Html Css Color HEX #CCB76D Putty

📋 copy color: '#CCB76D'

red 204 ◦ green 183 ◦ blue 109

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

Shades of Putty #CCB76D

Tints of Putty #CCB76D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

 BLUE value IS 109 (42.97% from 255) = 21.98%

R = 41.13%
G = 36.9%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCB76D (or 0xCCB76D) is known color: Putty. HEX triplet: CC, B7 and 6D. RGB value is (204,183,109). Sum of RGB (Red+Green+Blue) = 204+183+109=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB76D is #334892. Grayscale: #B5B5B5. Windows color (decimal): -3360915 or 7190476. OLE color: 7190476.

HSL color Cylindrical-coordinate representation of color #CCB76D: hue angle of 46.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCB76D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 109 -
CMYK 0 0.10 0.47 0.2
HSL 46.74º 0.48% 0.61% -
HSV(B) 46.74º 0.47% 0.8% -
XYZ 44.6 47.81 21.35 -
YUV 180.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 204 183 109 0 0.10 0.47 0.2 46.74 0.48 0.61
Hex CC B7 6D 0 A 2F 14 2F 30 3D
Octal 314 267 155 0 12 57 24 57 60 75
Binary 11001100 10110111 1101101 0 1010 101111 10100 101111 110000 111101

Color Harmonies of #CCB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB76D

Black with #CCB76D

Text Example


Text Example

White with #CCB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB76D; }

 p { color: rgb(204,183,109); }

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

background-color css

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

 a { background-color: rgb(204,183,109); }

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

border-color css

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

 span { border-color: rgb(204,183,109); }

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