Html Css Color HEX #CDB970 Putty

📋 copy color: '#CDB970'

red 205 ◦ green 185 ◦ blue 112

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

Shades of Putty #CDB970

Tints of Putty #CDB970

RGB

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

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

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

R = 40.84%
G = 36.85%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CDB970 (or 0xCDB970) is known color: Putty. HEX triplet: CD, B9 and 70. RGB value is (205,185,112). Sum of RGB (Red+Green+Blue) = 205+185+112=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB970 is #32468F. Grayscale: #B6B6B6. Windows color (decimal): -3294864 or 7387597. OLE color: 7387597.

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

Color convert

RGB 205 185 112 -
CMYK 0 0.10 0.45 0.20
HSL 47.1º 0.48% 0.62% -
HSV(B) 47.1º 0.45% 0.8% -
XYZ 45.45 48.85 22.36 -
YUV 182.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 205 185 112 0 0.10 0.45 0.20 47.1 0.48 0.62
Hex CD B9 70 0 A 2D 14 2F 30 3E
Octal 315 271 160 0 12 55 24 57 60 76
Binary 11001101 10111001 1110000 0 1010 101101 10100 101111 110000 111110

Color Harmonies of #CDB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB970

Black with #CDB970

Text Example


Text Example

White with #CDB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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