Html Css Color HEX #CDB267 Putty

📋 copy color: '#CDB267'

red 205 ◦ green 178 ◦ blue 103

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

Shades of Putty #CDB267

Tints of Putty #CDB267

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

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

R = 42.18%
G = 36.63%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDB267 (or 0xCDB267) is known color: Putty. HEX triplet: CD, B2 and 67. RGB value is (205,178,103). Sum of RGB (Red+Green+Blue) = 205+178+103=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB267 is #324D98. Grayscale: #B1B1B1. Windows color (decimal): -3296665 or 6795981. OLE color: 6795981.

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

Color convert

RGB 205 178 103 -
CMYK 0 0.13 0.50 0.20
HSL 44.12º 0.5% 0.6% -
HSV(B) 44.12º 0.5% 0.8% -
XYZ 43.55 45.8 19.38 -
YUV 177.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 205 178 103 0 0.13 0.50 0.20 44.12 0.5 0.6
Hex CD B2 67 0 D 32 14 2C 32 3C
Octal 315 262 147 0 15 62 24 54 62 74
Binary 11001101 10110010 1100111 0 1101 110010 10100 101100 110010 111100

Color Harmonies of #CDB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB267

Black with #CDB267

Text Example


Text Example

White with #CDB267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB267; }

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

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

background-color css

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

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

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

border-color css

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

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

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