Html Css Color HEX #CCD242 Las Palmas

📋 copy color: '#CCD242'

red 204 ◦ green 210 ◦ blue 66

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

Shades of Las Palmas #CCD242

Tints of Las Palmas #CCD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.75%

 BLUE value IS 66 (26.17% from 255) = 13.75%

R = 42.5%
G = 43.75%
B = 13.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#CCD242 (or 0xCCD242) is known color: Las Palmas. HEX triplet: CC, D2 and 42. RGB value is (204,210,66). Sum of RGB (Red+Green+Blue) = 204+210+66=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD242 is #332DBD. Grayscale: #C0C0C0. Windows color (decimal): -3354046 or 4379340. OLE color: 4379340.

HSL color Cylindrical-coordinate representation of color #CCD242: hue angle of 62.5º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCD242 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 66 -
CMYK 0.03 0 0.69 0.18
HSL 62.5º 0.62% 0.54% -
HSV(B) 62.5º 0.69% 0.82% -
XYZ 48.93 59.32 14.03 -
YUV 191.79 57.01 136.71 -
System Red Green Blue C M Y K H S L
Decimal 204 210 66 0.03 0 0.69 0.18 62.5 0.62 0.54
Hex CC D2 42 3 0 45 12 3F 3E 36
Octal 314 322 102 3 0 105 22 77 76 66
Binary 11001100 11010010 1000010 11 0 1000101 10010 111111 111110 110110

Color Harmonies of #CCD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD242

Black with #CCD242

Text Example


Text Example

White with #CCD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD242; }

 p { color: rgb(204,210,66); }

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

background-color css

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

 a { background-color: rgb(204,210,66); }

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

border-color css

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

 span { border-color: rgb(204,210,66); }

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