Html Css Color HEX #CCDD3B Las Palmas

📋 copy color: '#CCDD3B'

red 204 ◦ green 221 ◦ blue 59

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

Shades of Las Palmas #CCDD3B

Tints of Las Palmas #CCDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.19%

R = 42.15%
G = 45.66%
B = 12.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#CCDD3B (or 0xCCDD3B) is known color: Las Palmas. HEX triplet: CC, DD and 3B. RGB value is (204,221,59). Sum of RGB (Red+Green+Blue) = 204+221+59=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD3B is #3322C4. Grayscale: #C6C6C6. Windows color (decimal): -3351237 or 3923404. OLE color: 3923404.

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

Color convert

RGB 204 221 59 -
CMYK 0.08 0 0.73 0.13
HSL 66.3º 0.7% 0.55% -
HSV(B) 66.3º 0.73% 0.87% -
XYZ 51.55 64.87 13.94 -
YUV 197.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 204 221 59 0.08 0 0.73 0.13 66.3 0.7 0.55
Hex CC DD 3B 8 0 49 D 42 46 37
Octal 314 335 73 10 0 111 15 102 106 67
Binary 11001100 11011101 111011 1000 0 1001001 1101 1000010 1000110 110111

Color Harmonies of #CCDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD3B

Black with #CCDD3B

Text Example


Text Example

White with #CCDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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