Html Css Color HEX #CCD38E Deco

📋 copy color: '#CCD38E'

red 204 ◦ green 211 ◦ blue 142

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

Shades of Deco #CCD38E

Tints of Deco #CCD38E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.88%

 BLUE value IS 142 (55.86% from 255) = 25.49%

R = 36.62%
G = 37.88%
B = 25.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#CCD38E (or 0xCCD38E) is known color: Deco. HEX triplet: CC, D3 and 8E. RGB value is (204,211,142). Sum of RGB (Red+Green+Blue) = 204+211+142=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD38E is #332C71. Grayscale: #C9C9C9. Windows color (decimal): -3353714 or 9360332. OLE color: 9360332.

HSL color Cylindrical-coordinate representation of color #CCD38E: hue angle of 66.09º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCD38E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 142 -
CMYK 0.03 0 0.33 0.17
HSL 66.09º 0.44% 0.69% -
HSV(B) 66.09º 0.33% 0.83% -
XYZ 53.08 61.38 34.64 -
YUV 201.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 204 211 142 0.03 0 0.33 0.17 66.09 0.44 0.69
Hex CC D3 8E 3 0 21 11 42 2C 45
Octal 314 323 216 3 0 41 21 102 54 105
Binary 11001100 11010011 10001110 11 0 100001 10001 1000010 101100 1000101

Color Harmonies of #CCD38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD38E

Black with #CCD38E

Text Example


Text Example

White with #CCD38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD38E; }

 p { color: rgb(204,211,142); }

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

background-color css

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

 a { background-color: rgb(204,211,142); }

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

border-color css

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

 span { border-color: rgb(204,211,142); }

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