Html Css Color HEX #CCD642 Las Palmas

📋 copy color: '#CCD642'

red 204 ◦ green 214 ◦ blue 66

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

Shades of Las Palmas #CCD642

Tints of Las Palmas #CCD642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

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

R = 42.15%
G = 44.21%
B = 13.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CCD642 (or 0xCCD642) is known color: Las Palmas. HEX triplet: CC, D6 and 42. RGB value is (204,214,66). Sum of RGB (Red+Green+Blue) = 204+214+66=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD642 is #3329BD. Grayscale: #C2C2C2. Windows color (decimal): -3353022 or 4380364. OLE color: 4380364.

HSL color Cylindrical-coordinate representation of color #CCD642: hue angle of 64.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCD642 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 66 -
CMYK 0.05 0 0.69 0.16
HSL 64.05º 0.64% 0.55% -
HSV(B) 64.05º 0.69% 0.84% -
XYZ 49.93 61.32 14.36 -
YUV 194.14 55.69 135.03 -
System Red Green Blue C M Y K H S L
Decimal 204 214 66 0.05 0 0.69 0.16 64.05 0.64 0.55
Hex CC D6 42 5 0 45 10 40 40 37
Octal 314 326 102 5 0 105 20 100 100 67
Binary 11001100 11010110 1000010 101 0 1000101 10000 1000000 1000000 110111

Color Harmonies of #CCD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD642

Black with #CCD642

Text Example


Text Example

White with #CCD642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD642; }

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

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

background-color css

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

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

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

border-color css

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

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

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