Html Css Color HEX #CDB86E Putty

📋 copy color: '#CDB86E'

red 205 ◦ green 184 ◦ blue 110

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

Shades of Putty #CDB86E

Tints of Putty #CDB86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 41.08%
G = 36.87%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CDB86E (or 0xCDB86E) is known color: Putty. HEX triplet: CD, B8 and 6E. RGB value is (205,184,110). Sum of RGB (Red+Green+Blue) = 205+184+110=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB86E is #324791. Grayscale: #B6B6B6. Windows color (decimal): -3295122 or 7256269. OLE color: 7256269.

HSL color Cylindrical-coordinate representation of color #CDB86E: hue angle of 46.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDB86E is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 110 -
CMYK 0 0.10 0.46 0.20
HSL 46.74º 0.49% 0.62% -
HSV(B) 46.74º 0.46% 0.8% -
XYZ 45.13 48.39 21.71 -
YUV 181.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 205 184 110 0 0.10 0.46 0.20 46.74 0.49 0.62
Hex CD B8 6E 0 A 2E 14 2F 31 3E
Octal 315 270 156 0 12 56 24 57 61 76
Binary 11001101 10111000 1101110 0 1010 101110 10100 101111 110001 111110

Color Harmonies of #CDB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB86E

Black with #CDB86E

Text Example


Text Example

White with #CDB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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