Html Css Color HEX #CDB770 Putty

📋 copy color: '#CDB770'

red 205 ◦ green 183 ◦ blue 112

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

Shades of Putty #CDB770

Tints of Putty #CDB770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 41%
G = 36.6%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDB770 (or 0xCDB770) is known color: Putty. HEX triplet: CD, B7 and 70. RGB value is (205,183,112). Sum of RGB (Red+Green+Blue) = 205+183+112=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB770 is #32488F. Grayscale: #B5B5B5. Windows color (decimal): -3295376 or 7387085. OLE color: 7387085.

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

Color convert

RGB 205 183 112 -
CMYK 0 0.11 0.45 0.20
HSL 45.81º 0.48% 0.62% -
HSV(B) 45.81º 0.45% 0.8% -
XYZ 45.03 48.02 22.22 -
YUV 181.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 205 183 112 0 0.11 0.45 0.20 45.81 0.48 0.62
Hex CD B7 70 0 B 2D 14 2E 30 3E
Octal 315 267 160 0 13 55 24 56 60 76
Binary 11001101 10110111 1110000 0 1011 101101 10100 101110 110000 111110

Color Harmonies of #CDB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB770

Black with #CDB770

Text Example


Text Example

White with #CDB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB770; }

 p { color: rgb(205,183,112); }

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

background-color css

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

 a { background-color: rgb(205,183,112); }

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

border-color css

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

 span { border-color: rgb(205,183,112); }

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