Html Css Color HEX #CDB16D Putty

📋 copy color: '#CDB16D'

red 205 ◦ green 177 ◦ blue 109

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

Shades of Putty #CDB16D

Tints of Putty #CDB16D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 41.75%
G = 36.05%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CDB16D (or 0xCDB16D) is known color: Putty. HEX triplet: CD, B1 and 6D. RGB value is (205,177,109). Sum of RGB (Red+Green+Blue) = 205+177+109=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB16D is #324E92. Grayscale: #B1B1B1. Windows color (decimal): -3296915 or 7188941. OLE color: 7188941.

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

Color convert

RGB 205 177 109 -
CMYK 0 0.14 0.47 0.20
HSL 42.5º 0.49% 0.62% -
HSV(B) 42.5º 0.47% 0.8% -
XYZ 43.66 45.53 20.95 -
YUV 177.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 205 177 109 0 0.14 0.47 0.20 42.5 0.49 0.62
Hex CD B1 6D 0 E 2F 14 2A 31 3E
Octal 315 261 155 0 16 57 24 52 61 76
Binary 11001101 10110001 1101101 0 1110 101111 10100 101010 110001 111110

Color Harmonies of #CDB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB16D

Black with #CDB16D

Text Example


Text Example

White with #CDB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB16D; }

 p { color: rgb(205,177,109); }

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

background-color css

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

 a { background-color: rgb(205,177,109); }

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

border-color css

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

 span { border-color: rgb(205,177,109); }

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