Html Css Color HEX #CDAE67 Putty

📋 copy color: '#CDAE67'

red 205 ◦ green 174 ◦ blue 103

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

Shades of Putty #CDAE67

Tints of Putty #CDAE67

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

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

R = 42.53%
G = 36.1%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDAE67 (or 0xCDAE67) is known color: Putty. HEX triplet: CD, AE and 67. RGB value is (205,174,103). Sum of RGB (Red+Green+Blue) = 205+174+103=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE67 is #325198. Grayscale: #AFAFAF. Windows color (decimal): -3297689 or 6794957. OLE color: 6794957.

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

Color convert

RGB 205 174 103 -
CMYK 0 0.15 0.50 0.20
HSL 41.76º 0.5% 0.6% -
HSV(B) 41.76º 0.5% 0.8% -
XYZ 42.76 44.23 19.12 -
YUV 175.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 205 174 103 0 0.15 0.50 0.20 41.76 0.5 0.6
Hex CD AE 67 0 F 32 14 2A 32 3C
Octal 315 256 147 0 17 62 24 52 62 74
Binary 11001101 10101110 1100111 0 1111 110010 10100 101010 110010 111100

Color Harmonies of #CDAE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAE67

Black with #CDAE67

Text Example


Text Example

White with #CDAE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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