Html Css Color HEX #CDA667 Putty

📋 copy color: '#CDA667'

red 205 ◦ green 166 ◦ blue 103

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

Shades of Putty #CDA667

Tints of Putty #CDA667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.02%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 43.25%
G = 35.02%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDA667 (or 0xCDA667) is known color: Putty. HEX triplet: CD, A6 and 67. RGB value is (205,166,103). Sum of RGB (Red+Green+Blue) = 205+166+103=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA667 is #325998. Grayscale: #AAAAAA. Windows color (decimal): -3299737 or 6792909. OLE color: 6792909.

HSL color Cylindrical-coordinate representation of color #CDA667: hue angle of 37.06º degrees, saturation: 0.5, 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 #CDA667 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 166 103 -
CMYK 0 0.19 0.50 0.20
HSL 37.06º 0.5% 0.6% -
HSV(B) 37.06º 0.5% 0.8% -
XYZ 41.26 41.23 18.62 -
YUV 170.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 205 166 103 0 0.19 0.50 0.20 37.06 0.5 0.6
Hex CD A6 67 0 13 32 14 25 32 3C
Octal 315 246 147 0 23 62 24 45 62 74
Binary 11001101 10100110 1100111 0 10011 110010 10100 100101 110010 111100

Color Harmonies of #CDA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA667

Black with #CDA667

Text Example


Text Example

White with #CDA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA667; }

 p { color: rgb(205,166,103); }

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

background-color css

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

 a { background-color: rgb(205,166,103); }

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

border-color css

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

 span { border-color: rgb(205,166,103); }

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