Html Css Color HEX #CDB874 Putty

📋 copy color: '#CDB874'

red 205 ◦ green 184 ◦ blue 116

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

Shades of Putty #CDB874

Tints of Putty #CDB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.44%

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

R = 40.59%
G = 36.44%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CDB874 (or 0xCDB874) is known color: Putty. HEX triplet: CD, B8 and 74. RGB value is (205,184,116). Sum of RGB (Red+Green+Blue) = 205+184+116=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB874 is #32478B. Grayscale: #B6B6B6. Windows color (decimal): -3295116 or 7649485. OLE color: 7649485.

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

Color convert

RGB 205 184 116 -
CMYK 0 0.10 0.43 0.20
HSL 45.84º 0.47% 0.63% -
HSV(B) 45.84º 0.43% 0.8% -
XYZ 45.47 48.52 23.49 -
YUV 182.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 205 184 116 0 0.10 0.43 0.20 45.84 0.47 0.63
Hex CD B8 74 0 A 2B 14 2E 2F 3F
Octal 315 270 164 0 12 53 24 56 57 77
Binary 11001101 10111000 1110100 0 1010 101011 10100 101110 101111 111111

Color Harmonies of #CDB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB874

Black with #CDB874

Text Example


Text Example

White with #CDB874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB874; }

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

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

background-color css

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

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

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

border-color css

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

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

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