Html Css Color HEX #CCDD44 Las Palmas

📋 copy color: '#CCDD44'

red 204 ◦ green 221 ◦ blue 68

#CCDD44
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CCDD44

Tints of Las Palmas #CCDD44

RGB

 RED value IS 204 (80.08% from 255) = 41.38%

 GREEN value IS 221 (86.72% from 255) = 44.83%

 BLUE value IS 68 (26.95% from 255) = 13.79%

R = 41.38%
G = 44.83%
B = 13.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCDD44 (or 0xCCDD44) is known color: Las Palmas. HEX triplet: CC, DD and 44. RGB value is (204,221,68). Sum of RGB (Red+Green+Blue) = 204+221+68=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD44 is #3322BB. Grayscale: #C7C7C7. Windows color (decimal): -3351228 or 4513228. OLE color: 4513228.

HSL color Cylindrical-coordinate representation of color #CCDD44: hue angle of 66.67º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCDD44 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 68 -
CMYK 0.08 0 0.69 0.13
HSL 66.67º 0.69% 0.57% -
HSV(B) 66.67º 0.69% 0.87% -
XYZ 51.8 64.97 15.28 -
YUV 198.48 54.37 131.94 -
System Red Green Blue C M Y K H S L
Decimal 204 221 68 0.08 0 0.69 0.13 66.67 0.69 0.57
Hex CC DD 44 8 0 45 D 43 45 39
Octal 314 335 104 10 0 105 15 103 105 71
Binary 11001100 11011101 1000100 1000 0 1000101 1101 1000011 1000101 111001

Color Harmonies of #CCDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD44

Black with #CCDD44

Text Example


Text Example

White with #CCDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD44; }

 p { color: rgb(204,221,68); }

 H1.HeaderClassName
 {
   color: #CCDD44;
 }
 .AnyTagClassName
 {
   color: #CCDD44;
 }
</style>

background-color css

<style>
 a { background-color: #CCDD44; }

 a { background-color: rgb(204,221,68); }

 div.DivClassName
 {
   background-color: #CCDD44;
 }
 .BgClassName
 {
   background-color: #CCDD44;
 }
</style>

border-color css

<style>
 span { border-color: #CCDD44; }

 span { border-color: rgb(204,221,68); }

 td.TdClassName
 {
   border-color: #CCDD44;
 }
 .TagClassName
 {
   border-color: #CCDD44;
 }
</style>