Html Css Color HEX #CDB672 Putty

📋 copy color: '#CDB672'

red 205 ◦ green 182 ◦ blue 114

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

Shades of Putty #CDB672

Tints of Putty #CDB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

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

R = 40.92%
G = 36.33%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDB672 (or 0xCDB672) is known color: Putty. HEX triplet: CD, B6 and 72. RGB value is (205,182,114). Sum of RGB (Red+Green+Blue) = 205+182+114=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB672 is #32498D. Grayscale: #B5B5B5. Windows color (decimal): -3295630 or 7517901. OLE color: 7517901.

HSL color Cylindrical-coordinate representation of color #CDB672: hue angle of 44.84º 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 #CDB672 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 182 114 -
CMYK 0 0.11 0.44 0.20
HSL 44.84º 0.48% 0.63% -
HSV(B) 44.84º 0.44% 0.8% -
XYZ 44.94 47.65 22.75 -
YUV 181.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 205 182 114 0 0.11 0.44 0.20 44.84 0.48 0.63
Hex CD B6 72 0 B 2C 14 2D 30 3F
Octal 315 266 162 0 13 54 24 55 60 77
Binary 11001101 10110110 1110010 0 1011 101100 10100 101101 110000 111111

Color Harmonies of #CDB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB672

Black with #CDB672

Text Example


Text Example

White with #CDB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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