Html Css Color HEX #CDB972 Putty

📋 copy color: '#CDB972'

red 205 ◦ green 185 ◦ blue 114

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

Shades of Putty #CDB972

Tints of Putty #CDB972

RGB

 RED value IS 205 (80.47% from 255) = 40.67%

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 114 (44.92% from 255) = 22.62%

R = 40.67%
G = 36.71%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDB972 (or 0xCDB972) is known color: Putty. HEX triplet: CD, B9 and 72. RGB value is (205,185,114). Sum of RGB (Red+Green+Blue) = 205+185+114=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB972 is #32468D. Grayscale: #B7B7B7. Windows color (decimal): -3294862 or 7518669. OLE color: 7518669.

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

Color convert

RGB 205 185 114 -
CMYK 0 0.10 0.44 0.20
HSL 46.81º 0.48% 0.63% -
HSV(B) 46.81º 0.44% 0.8% -
XYZ 45.56 48.89 22.96 -
YUV 182.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 205 185 114 0 0.10 0.44 0.20 46.81 0.48 0.63
Hex CD B9 72 0 A 2C 14 2F 30 3F
Octal 315 271 162 0 12 54 24 57 60 77
Binary 11001101 10111001 1110010 0 1010 101100 10100 101111 110000 111111

Color Harmonies of #CDB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB972

Black with #CDB972

Text Example


Text Example

White with #CDB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB972; }

 p { color: rgb(205,185,114); }

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

background-color css

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

 a { background-color: rgb(205,185,114); }

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

border-color css

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

 span { border-color: rgb(205,185,114); }

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