Html Css Color HEX #CCD085 Deco

📋 copy color: '#CCD085'

red 204 ◦ green 208 ◦ blue 133

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

Shades of Deco #CCD085

Tints of Deco #CCD085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.17%

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

R = 37.43%
G = 38.17%
B = 24.4%

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

#CCD085 (or 0xCCD085) is known color: Deco. HEX triplet: CC, D0 and 85. RGB value is (204,208,133). Sum of RGB (Red+Green+Blue) = 204+208+133=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD085 is #332F7A. Grayscale: #C6C6C6. Windows color (decimal): -3354491 or 8769740. OLE color: 8769740.

HSL color Cylindrical-coordinate representation of color #CCD085: hue angle of 63.2º degrees, saturation: 0.44, 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 #CCD085 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 133 -
CMYK 0.02 0 0.36 0.18
HSL 63.2º 0.44% 0.67% -
HSV(B) 63.2º 0.36% 0.82% -
XYZ 51.69 59.64 30.98 -
YUV 198.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 204 208 133 0.02 0 0.36 0.18 63.2 0.44 0.67
Hex CC D0 85 2 0 24 12 3F 2C 43
Octal 314 320 205 2 0 44 22 77 54 103
Binary 11001100 11010000 10000101 10 0 100100 10010 111111 101100 1000011

Color Harmonies of #CCD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD085

Black with #CCD085

Text Example


Text Example

White with #CCD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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