Html Css Color HEX #CCD385 Deco

📋 copy color: '#CCD385'

red 204 ◦ green 211 ◦ blue 133

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

Shades of Deco #CCD385

Tints of Deco #CCD385

RGB

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

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

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

R = 37.23%
G = 38.5%
B = 24.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#CCD385 (or 0xCCD385) is known color: Deco. HEX triplet: CC, D3 and 85. RGB value is (204,211,133). Sum of RGB (Red+Green+Blue) = 204+211+133=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD385 is #332C7A. Grayscale: #C8C8C8. Windows color (decimal): -3353723 or 8770508. OLE color: 8770508.

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

Color convert

RGB 204 211 133 -
CMYK 0.03 0 0.37 0.17
HSL 65.38º 0.47% 0.67% -
HSV(B) 65.38º 0.37% 0.83% -
XYZ 52.43 61.12 31.22 -
YUV 200.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 204 211 133 0.03 0 0.37 0.17 65.38 0.47 0.67
Hex CC D3 85 3 0 25 11 41 2F 43
Octal 314 323 205 3 0 45 21 101 57 103
Binary 11001100 11010011 10000101 11 0 100101 10001 1000001 101111 1000011

Color Harmonies of #CCD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD385

Black with #CCD385

Text Example


Text Example

White with #CCD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD385; }

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

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

background-color css

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

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

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

border-color css

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

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

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