Html Css Color HEX #CDB774 Putty

📋 copy color: '#CDB774'

red 205 ◦ green 183 ◦ blue 116

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

Shades of Putty #CDB774

Tints of Putty #CDB774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 40.67%
G = 36.31%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDB774 (or 0xCDB774) is known color: Putty. HEX triplet: CD, B7 and 74. RGB value is (205,183,116). Sum of RGB (Red+Green+Blue) = 205+183+116=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB774 is #32488B. Grayscale: #B6B6B6. Windows color (decimal): -3295372 or 7649229. OLE color: 7649229.

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

Color convert

RGB 205 183 116 -
CMYK 0 0.11 0.43 0.20
HSL 45.17º 0.47% 0.63% -
HSV(B) 45.17º 0.43% 0.8% -
XYZ 45.26 48.11 23.42 -
YUV 181.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 205 183 116 0 0.11 0.43 0.20 45.17 0.47 0.63
Hex CD B7 74 0 B 2B 14 2D 2F 3F
Octal 315 267 164 0 13 53 24 55 57 77
Binary 11001101 10110111 1110100 0 1011 101011 10100 101101 101111 111111

Color Harmonies of #CDB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB774

Black with #CDB774

Text Example


Text Example

White with #CDB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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