Html Css Color HEX #CCD23C Las Palmas

📋 copy color: '#CCD23C'

red 204 ◦ green 210 ◦ blue 60

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

Shades of Las Palmas #CCD23C

Tints of Las Palmas #CCD23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.66%

R = 43.04%
G = 44.3%
B = 12.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#CCD23C (or 0xCCD23C) is known color: Las Palmas. HEX triplet: CC, D2 and 3C. RGB value is (204,210,60). Sum of RGB (Red+Green+Blue) = 204+210+60=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD23C is #332DC3. Grayscale: #BFBFBF. Windows color (decimal): -3354052 or 3986124. OLE color: 3986124.

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

Color convert

RGB 204 210 60 -
CMYK 0.03 0 0.71 0.18
HSL 62.4º 0.63% 0.53% -
HSV(B) 62.4º 0.71% 0.82% -
XYZ 48.76 59.26 13.14 -
YUV 191.11 54.01 137.2 -
System Red Green Blue C M Y K H S L
Decimal 204 210 60 0.03 0 0.71 0.18 62.4 0.63 0.53
Hex CC D2 3C 3 0 47 12 3E 3E 35
Octal 314 322 74 3 0 107 22 76 76 65
Binary 11001100 11010010 111100 11 0 1000111 10010 111110 111110 110101

Color Harmonies of #CCD23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD23C

Black with #CCD23C

Text Example


Text Example

White with #CCD23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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