Html Css Color HEX #CDB368 Putty

📋 copy color: '#CDB368'

red 205 ◦ green 179 ◦ blue 104

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

Shades of Putty #CDB368

Tints of Putty #CDB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 42.01%
G = 36.68%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CDB368 (or 0xCDB368) is known color: Putty. HEX triplet: CD, B3 and 68. RGB value is (205,179,104). Sum of RGB (Red+Green+Blue) = 205+179+104=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB368 is #324C97. Grayscale: #B2B2B2. Windows color (decimal): -3296408 or 6861773. OLE color: 6861773.

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

Color convert

RGB 205 179 104 -
CMYK 0 0.13 0.49 0.20
HSL 44.55º 0.5% 0.61% -
HSV(B) 44.55º 0.49% 0.8% -
XYZ 43.8 46.22 19.71 -
YUV 178.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 205 179 104 0 0.13 0.49 0.20 44.55 0.5 0.61
Hex CD B3 68 0 D 31 14 2D 32 3D
Octal 315 263 150 0 15 61 24 55 62 75
Binary 11001101 10110011 1101000 0 1101 110001 10100 101101 110010 111101

Color Harmonies of #CDB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB368

Black with #CDB368

Text Example


Text Example

White with #CDB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB368; }

 p { color: rgb(205,179,104); }

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

background-color css

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

 a { background-color: rgb(205,179,104); }

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

border-color css

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

 span { border-color: rgb(205,179,104); }

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