Html Css Color HEX #CDB875 Putty

📋 copy color: '#CDB875'

red 205 ◦ green 184 ◦ blue 117

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

Shades of Putty #CDB875

Tints of Putty #CDB875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 40.51%
G = 36.36%
B = 23.12%

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

#CDB875 (or 0xCDB875) is known color: Putty. HEX triplet: CD, B8 and 75. RGB value is (205,184,117). Sum of RGB (Red+Green+Blue) = 205+184+117=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB875 is #32478A. Grayscale: #B6B6B6. Windows color (decimal): -3295115 or 7715021. OLE color: 7715021.

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

Color convert

RGB 205 184 117 -
CMYK 0 0.10 0.43 0.20
HSL 45.68º 0.47% 0.63% -
HSV(B) 45.68º 0.43% 0.8% -
XYZ 45.53 48.54 23.8 -
YUV 182.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 205 184 117 0 0.10 0.43 0.20 45.68 0.47 0.63
Hex CD B8 75 0 A 2B 14 2E 2F 3F
Octal 315 270 165 0 12 53 24 56 57 77
Binary 11001101 10111000 1110101 0 1010 101011 10100 101110 101111 111111

Color Harmonies of #CDB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB875

Black with #CDB875

Text Example


Text Example

White with #CDB875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB875; }

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

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

background-color css

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

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

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

border-color css

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

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

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