Html Css Color HEX #DEBA4C Ronchi

📋 copy color: '#DEBA4C'

red 222 ◦ green 186 ◦ blue 76

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

Shades of Ronchi #DEBA4C

Tints of Ronchi #DEBA4C

RGB

 RED value IS 222 (87.11% from 255) = 45.87%

 GREEN value IS 186 (73.05% from 255) = 38.43%

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 45.87%
G = 38.43%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEBA4C (or 0xDEBA4C) is known color: Ronchi. HEX triplet: DE, BA and 4C. RGB value is (222,186,76). Sum of RGB (Red+Green+Blue) = 222+186+76=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA4C is #2145B3. Grayscale: #B8B8B8. Windows color (decimal): -2180532 or 5028574. OLE color: 5028574.

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

Color convert

RGB 222 186 76 -
CMYK 0 0.16 0.66 0.13
HSL 45.21º 0.69% 0.58% -
HSV(B) 45.21º 0.66% 0.87% -
XYZ 48.99 51.17 14.13 -
YUV 184.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 222 186 76 0 0.16 0.66 0.13 45.21 0.69 0.58
Hex DE BA 4C 0 10 42 D 2D 45 3A
Octal 336 272 114 0 20 102 15 55 105 72
Binary 11011110 10111010 1001100 0 10000 1000010 1101 101101 1000101 111010

Color Harmonies of #DEBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA4C

Black with #DEBA4C

Text Example


Text Example

White with #DEBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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