Html Css Color HEX #CDB469 Putty

📋 copy color: '#CDB469'

red 205 ◦ green 180 ◦ blue 105

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

Shades of Putty #CDB469

Tints of Putty #CDB469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 41.84%
G = 36.73%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDB469 (or 0xCDB469) is known color: Putty. HEX triplet: CD, B4 and 69. RGB value is (205,180,105). Sum of RGB (Red+Green+Blue) = 205+180+105=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB469 is #324B96. Grayscale: #B3B3B3. Windows color (decimal): -3296151 or 6927565. OLE color: 6927565.

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

Color convert

RGB 205 180 105 -
CMYK 0 0.12 0.49 0.20
HSL 45º 0.5% 0.61% -
HSV(B) 45º 0.49% 0.8% -
XYZ 44.05 46.64 20.05 -
YUV 178.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 205 180 105 0 0.12 0.49 0.20 45 0.5 0.61
Hex CD B4 69 0 C 31 14 2D 32 3D
Octal 315 264 151 0 14 61 24 55 62 75
Binary 11001101 10110100 1101001 0 1100 110001 10100 101101 110010 111101

Color Harmonies of #CDB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB469

Black with #CDB469

Text Example


Text Example

White with #CDB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB469; }

 p { color: rgb(205,180,105); }

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

background-color css

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

 a { background-color: rgb(205,180,105); }

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

border-color css

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

 span { border-color: rgb(205,180,105); }

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