Html Css Color HEX #CCD88A Deco

📋 copy color: '#CCD88A'

red 204 ◦ green 216 ◦ blue 138

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

Shades of Deco #CCD88A

Tints of Deco #CCD88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.71%

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

R = 36.56%
G = 38.71%
B = 24.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#CCD88A (or 0xCCD88A) is known color: Deco. HEX triplet: CC, D8 and 8A. RGB value is (204,216,138). Sum of RGB (Red+Green+Blue) = 204+216+138=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD88A is #332775. Grayscale: #CBCBCB. Windows color (decimal): -3352438 or 9099468. OLE color: 9099468.

HSL color Cylindrical-coordinate representation of color #CCD88A: hue angle of 69.23º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD88A is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 138 -
CMYK 0.06 0 0.36 0.15
HSL 69.23º 0.5% 0.69% -
HSV(B) 69.23º 0.36% 0.85% -
XYZ 54.05 63.78 33.51 -
YUV 203.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 204 216 138 0.06 0 0.36 0.15 69.23 0.5 0.69
Hex CC D8 8A 6 0 24 F 45 32 45
Octal 314 330 212 6 0 44 17 105 62 105
Binary 11001100 11011000 10001010 110 0 100100 1111 1000101 110010 1000101

Color Harmonies of #CCD88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD88A

Black with #CCD88A

Text Example


Text Example

White with #CCD88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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