Html Css Color HEX #CDB066 Putty

📋 copy color: '#CDB066'

red 205 ◦ green 176 ◦ blue 102

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

Shades of Putty #CDB066

Tints of Putty #CDB066

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

 BLUE value IS 102 (40.23% from 255) = 21.12%

R = 42.44%
G = 36.44%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDB066 (or 0xCDB066) is known color: Putty. HEX triplet: CD, B0 and 66. RGB value is (205,176,102). Sum of RGB (Red+Green+Blue) = 205+176+102=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB066 is #324F99. Grayscale: #B0B0B0. Windows color (decimal): -3297178 or 6729933. OLE color: 6729933.

HSL color Cylindrical-coordinate representation of color #CDB066: hue angle of 43.11º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDB066 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 102 -
CMYK 0 0.14 0.50 0.20
HSL 43.11º 0.51% 0.6% -
HSV(B) 43.11º 0.5% 0.8% -
XYZ 43.1 44.99 18.98 -
YUV 176.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 205 176 102 0 0.14 0.50 0.20 43.11 0.51 0.6
Hex CD B0 66 0 E 32 14 2B 33 3C
Octal 315 260 146 0 16 62 24 53 63 74
Binary 11001101 10110000 1100110 0 1110 110010 10100 101011 110011 111100

Color Harmonies of #CDB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB066

Black with #CDB066

Text Example


Text Example

White with #CDB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB066; }

 p { color: rgb(205,176,102); }

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

background-color css

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

 a { background-color: rgb(205,176,102); }

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

border-color css

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

 span { border-color: rgb(205,176,102); }

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