Html Css Color HEX #CDB673 Putty

📋 copy color: '#CDB673'

red 205 ◦ green 182 ◦ blue 115

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

Shades of Putty #CDB673

Tints of Putty #CDB673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.91%

R = 40.84%
G = 36.25%
B = 22.91%

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

#CDB673 (or 0xCDB673) is known color: Putty. HEX triplet: CD, B6 and 73. RGB value is (205,182,115). Sum of RGB (Red+Green+Blue) = 205+182+115=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB673 is #32498C. Grayscale: #B5B5B5. Windows color (decimal): -3295629 or 7583437. OLE color: 7583437.

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

Color convert

RGB 205 182 115 -
CMYK 0 0.11 0.44 0.20
HSL 44.67º 0.47% 0.63% -
HSV(B) 44.67º 0.44% 0.8% -
XYZ 45 47.67 23.05 -
YUV 181.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 205 182 115 0 0.11 0.44 0.20 44.67 0.47 0.63
Hex CD B6 73 0 B 2C 14 2D 2F 3F
Octal 315 266 163 0 13 54 24 55 57 77
Binary 11001101 10110110 1110011 0 1011 101100 10100 101101 101111 111111

Color Harmonies of #CDB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB673

Black with #CDB673

Text Example


Text Example

White with #CDB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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