Html Css Color HEX #CDB674 Putty

📋 copy color: '#CDB674'

red 205 ◦ green 182 ◦ blue 116

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

Shades of Putty #CDB674

Tints of Putty #CDB674

RGB

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

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

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

R = 40.76%
G = 36.18%
B = 23.06%

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

#CDB674 (or 0xCDB674) is known color: Putty. HEX triplet: CD, B6 and 74. RGB value is (205,182,116). Sum of RGB (Red+Green+Blue) = 205+182+116=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB674 is #32498B. Grayscale: #B5B5B5. Windows color (decimal): -3295628 or 7648973. OLE color: 7648973.

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

Color convert

RGB 205 182 116 -
CMYK 0 0.11 0.43 0.20
HSL 44.49º 0.47% 0.63% -
HSV(B) 44.49º 0.43% 0.8% -
XYZ 45.06 47.7 23.35 -
YUV 181.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 205 182 116 0 0.11 0.43 0.20 44.49 0.47 0.63
Hex CD B6 74 0 B 2B 14 2C 2F 3F
Octal 315 266 164 0 13 53 24 54 57 77
Binary 11001101 10110110 1110100 0 1011 101011 10100 101100 101111 111111

Color Harmonies of #CDB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB674

Black with #CDB674

Text Example


Text Example

White with #CDB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB674; }

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

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

background-color css

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

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

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

border-color css

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

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

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