Html Css Color HEX #CCD185 Deco

📋 copy color: '#CCD185'

red 204 ◦ green 209 ◦ blue 133

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

Shades of Deco #CCD185

Tints of Deco #CCD185

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.28%

 BLUE value IS 133 (52.34% from 255) = 24.36%

R = 37.36%
G = 38.28%
B = 24.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#CCD185 (or 0xCCD185) is known color: Deco. HEX triplet: CC, D1 and 85. RGB value is (204,209,133). Sum of RGB (Red+Green+Blue) = 204+209+133=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD185 is #332E7A. Grayscale: #C7C7C7. Windows color (decimal): -3354235 or 8769996. OLE color: 8769996.

HSL color Cylindrical-coordinate representation of color #CCD185: hue angle of 63.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCD185 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 133 -
CMYK 0.02 0 0.36 0.18
HSL 63.95º 0.45% 0.67% -
HSV(B) 63.95º 0.36% 0.82% -
XYZ 51.94 60.13 31.06 -
YUV 198.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 204 209 133 0.02 0 0.36 0.18 63.95 0.45 0.67
Hex CC D1 85 2 0 24 12 40 2D 43
Octal 314 321 205 2 0 44 22 100 55 103
Binary 11001100 11010001 10000101 10 0 100100 10010 1000000 101101 1000011

Color Harmonies of #CCD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD185

Black with #CCD185

Text Example


Text Example

White with #CCD185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD185; }

 p { color: rgb(204,209,133); }

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

background-color css

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

 a { background-color: rgb(204,209,133); }

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

border-color css

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

 span { border-color: rgb(204,209,133); }

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