Html Css Color HEX #CCD28A Deco

📋 copy color: '#CCD28A'

red 204 ◦ green 210 ◦ blue 138

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

Shades of Deco #CCD28A

Tints of Deco #CCD28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25%

R = 36.96%
G = 38.04%
B = 25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#CCD28A (or 0xCCD28A) is known color: Deco. HEX triplet: CC, D2 and 8A. RGB value is (204,210,138). Sum of RGB (Red+Green+Blue) = 204+210+138=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD28A is #332D75. Grayscale: #C8C8C8. Windows color (decimal): -3353974 or 9097932. OLE color: 9097932.

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

Color convert

RGB 204 210 138 -
CMYK 0.03 0 0.34 0.18
HSL 65º 0.44% 0.68% -
HSV(B) 65º 0.34% 0.82% -
XYZ 52.54 60.77 33 -
YUV 200 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 204 210 138 0.03 0 0.34 0.18 65 0.44 0.68
Hex CC D2 8A 3 0 22 12 41 2C 44
Octal 314 322 212 3 0 42 22 101 54 104
Binary 11001100 11010010 10001010 11 0 100010 10010 1000001 101100 1000100

Color Harmonies of #CCD28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD28A

Black with #CCD28A

Text Example


Text Example

White with #CCD28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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