Html Css Color HEX #CCC87D Deco

📋 copy color: '#CCC87D'

red 204 ◦ green 200 ◦ blue 125

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

Shades of Deco #CCC87D

Tints of Deco #CCC87D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.81%

 BLUE value IS 125 (49.22% from 255) = 23.63%

R = 38.56%
G = 37.81%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCC87D (or 0xCCC87D) is known color: Deco. HEX triplet: CC, C8 and 7D. RGB value is (204,200,125). Sum of RGB (Red+Green+Blue) = 204+200+125=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC87D is #333782. Grayscale: #C0C0C0. Windows color (decimal): -3356547 or 8243404. OLE color: 8243404.

HSL color Cylindrical-coordinate representation of color #CCC87D: hue angle of 56.96º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC87D is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 125 -
CMYK 0 0.02 0.39 0.2
HSL 56.96º 0.44% 0.65% -
HSV(B) 56.96º 0.39% 0.8% -
XYZ 49.26 55.63 27.54 -
YUV 192.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 204 200 125 0 0.02 0.39 0.2 56.96 0.44 0.65
Hex CC C8 7D 0 2 27 14 39 2C 41
Octal 314 310 175 0 2 47 24 71 54 101
Binary 11001100 11001000 1111101 0 10 100111 10100 111001 101100 1000001

Color Harmonies of #CCC87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC87D

Black with #CCC87D

Text Example


Text Example

White with #CCC87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC87D; }

 p { color: rgb(204,200,125); }

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

background-color css

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

 a { background-color: rgb(204,200,125); }

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

border-color css

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

 span { border-color: rgb(204,200,125); }

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