Html Css Color HEX #CDB372 Putty

📋 copy color: '#CDB372'

red 205 ◦ green 179 ◦ blue 114

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

Shades of Putty #CDB372

Tints of Putty #CDB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.94%

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

R = 41.16%
G = 35.94%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDB372 (or 0xCDB372) is known color: Putty. HEX triplet: CD, B3 and 72. RGB value is (205,179,114). Sum of RGB (Red+Green+Blue) = 205+179+114=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB372 is #324C8D. Grayscale: #B3B3B3. Windows color (decimal): -3296398 or 7517133. OLE color: 7517133.

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

Color convert

RGB 205 179 114 -
CMYK 0 0.13 0.44 0.20
HSL 42.86º 0.48% 0.63% -
HSV(B) 42.86º 0.44% 0.8% -
XYZ 44.33 46.43 22.55 -
YUV 179.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 205 179 114 0 0.13 0.44 0.20 42.86 0.48 0.63
Hex CD B3 72 0 D 2C 14 2B 30 3F
Octal 315 263 162 0 15 54 24 53 60 77
Binary 11001101 10110011 1110010 0 1101 101100 10100 101011 110000 111111

Color Harmonies of #CDB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB372

Black with #CDB372

Text Example


Text Example

White with #CDB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB372; }

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

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

background-color css

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

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

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

border-color css

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

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

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