Html Css Color HEX #CDB278 Putty

📋 copy color: '#CDB278'

red 205 ◦ green 178 ◦ blue 120

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

Shades of Putty #CDB278

Tints of Putty #CDB278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.86%

R = 40.76%
G = 35.39%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CDB278 (or 0xCDB278) is known color: Putty. HEX triplet: CD, B2 and 78. RGB value is (205,178,120). Sum of RGB (Red+Green+Blue) = 205+178+120=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB278 is #324D87. Grayscale: #B3B3B3. Windows color (decimal): -3296648 or 7910093. OLE color: 7910093.

HSL color Cylindrical-coordinate representation of color #CDB278: hue angle of 40.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB278 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 178 120 -
CMYK 0 0.13 0.41 0.20
HSL 40.94º 0.46% 0.64% -
HSV(B) 40.94º 0.41% 0.8% -
XYZ 44.49 46.18 24.34 -
YUV 179.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 205 178 120 0 0.13 0.41 0.20 40.94 0.46 0.64
Hex CD B2 78 0 D 29 14 29 2E 40
Octal 315 262 170 0 15 51 24 51 56 100
Binary 11001101 10110010 1111000 0 1101 101001 10100 101001 101110 1000000

Color Harmonies of #CDB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB278

Black with #CDB278

Text Example


Text Example

White with #CDB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB278; }

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

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

background-color css

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

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

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

border-color css

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

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

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