Html Css Color HEX #DEBA4F Ronchi

📋 copy color: '#DEBA4F'

red 222 ◦ green 186 ◦ blue 79

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

Shades of Ronchi #DEBA4F

Tints of Ronchi #DEBA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.22%

R = 45.59%
G = 38.19%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEBA4F (or 0xDEBA4F) is known color: Ronchi. HEX triplet: DE, BA and 4F. RGB value is (222,186,79). Sum of RGB (Red+Green+Blue) = 222+186+79=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 79 (31.25% from 255 or 16.22% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA4F is #2145B0. Grayscale: #B9B9B9. Windows color (decimal): -2180529 or 5225182. OLE color: 5225182.

HSL color Cylindrical-coordinate representation of color #DEBA4F: hue angle of 44.9º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEBA4F is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 79 -
CMYK 0 0.16 0.64 0.13
HSL 44.9º 0.68% 0.59% -
HSV(B) 44.9º 0.64% 0.87% -
XYZ 49.09 51.21 14.69 -
YUV 184.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 222 186 79 0 0.16 0.64 0.13 44.9 0.68 0.59
Hex DE BA 4F 0 10 40 D 2D 44 3B
Octal 336 272 117 0 20 100 15 55 104 73
Binary 11011110 10111010 1001111 0 10000 1000000 1101 101101 1000100 111011

Color Harmonies of #DEBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA4F

Black with #DEBA4F

Text Example


Text Example

White with #DEBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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