#DEBD4C

Color #DEBD4C Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #DEBD4C

Tints of Ronchi #DEBD4C

Color information

#DEBD4C (or 0xDEBD4C) is unknown color: approx Ronchi. HEX triplet: DE, BD and 4C. RGB value is (222,189,76). Sum of RGB (Red+Green+Blue) = 222+189+76=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD4C is #2142B3. Grayscale: #BABABA. Windows color (decimal): -2179764 or 5029342. OLE color: 5029342.

HSL color Cylindrical-coordinate representation of color #DEBD4C: hue angle of 46.44º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEBD4C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22218976-
CMYK00.150.660.13
HSL46.44º68.87%58.43%-
HSV(B)46.44º65.77%87.06%-
XYZ49.6352.4514.35-
YUV185.9865.93153.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 76 (30.08% from 255) = 15.61%
R=45.59%
G=38.81%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221897600.150.660.1346.4468.8758.43
HexDEBD4C0F42D2e453a
Octal336275114017102155610572
Binary1101111010111101100110001111100001011011011101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD4C; }

 p { color: rgb(222,189,76); }

 H1.HeaderClassName
 {
   color: #DEBD4C;
 }
 .AnyTagClassName
 {
   color: #DEBD4C;
 }
</style>
background-color css

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

 a { background-color: rgb(222,189,76); }

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

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

 span { border-color: rgb(222,189,76); }

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