Html Css Color HEX #DEBB4A Ronchi

📋 copy color: '#DEBB4A'

red 222 ◦ green 187 ◦ blue 74

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

Shades of Ronchi #DEBB4A

Tints of Ronchi #DEBB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.72%

 BLUE value IS 74 (29.3% from 255) = 15.32%

R = 45.96%
G = 38.72%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEBB4A (or 0xDEBB4A) is known color: Ronchi. HEX triplet: DE, BB and 4A. RGB value is (222,187,74). Sum of RGB (Red+Green+Blue) = 222+187+74=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB4A is #2144B5. Grayscale: #B9B9B9. Windows color (decimal): -2180278 or 4897758. OLE color: 4897758.

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

Color convert

RGB 222 187 74 -
CMYK 0 0.16 0.67 0.13
HSL 45.81º 0.69% 0.58% -
HSV(B) 45.81º 0.67% 0.87% -
XYZ 49.13 51.56 13.84 -
YUV 184.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 222 187 74 0 0.16 0.67 0.13 45.81 0.69 0.58
Hex DE BB 4A 0 10 43 D 2E 45 3A
Octal 336 273 112 0 20 103 15 56 105 72
Binary 11011110 10111011 1001010 0 10000 1000011 1101 101110 1000101 111010

Color Harmonies of #DEBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB4A

Black with #DEBB4A

Text Example


Text Example

White with #DEBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB4A; }

 p { color: rgb(222,187,74); }

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

background-color css

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

 a { background-color: rgb(222,187,74); }

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

border-color css

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

 span { border-color: rgb(222,187,74); }

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