Html Css Color HEX #DEBE4D Ronchi

📋 copy color: '#DEBE4D'

red 222 ◦ green 190 ◦ blue 77

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

Shades of Ronchi #DEBE4D

Tints of Ronchi #DEBE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.85%

 BLUE value IS 77 (30.47% from 255) = 15.75%

R = 45.4%
G = 38.85%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEBE4D (or 0xDEBE4D) is known color: Ronchi. HEX triplet: DE, BE and 4D. RGB value is (222,190,77). Sum of RGB (Red+Green+Blue) = 222+190+77=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE4D is #2141B2. Grayscale: #BBBBBB. Windows color (decimal): -2179507 or 5095134. OLE color: 5095134.

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

Color convert

RGB 222 190 77 -
CMYK 0 0.14 0.65 0.13
HSL 46.76º 0.69% 0.59% -
HSV(B) 46.76º 0.65% 0.87% -
XYZ 49.88 52.89 14.6 -
YUV 186.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 222 190 77 0 0.14 0.65 0.13 46.76 0.69 0.59
Hex DE BE 4D 0 E 41 D 2F 45 3B
Octal 336 276 115 0 16 101 15 57 105 73
Binary 11011110 10111110 1001101 0 1110 1000001 1101 101111 1000101 111011

Color Harmonies of #DEBE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE4D

Black with #DEBE4D

Text Example


Text Example

White with #DEBE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE4D; }

 p { color: rgb(222,190,77); }

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

background-color css

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

 a { background-color: rgb(222,190,77); }

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

border-color css

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

 span { border-color: rgb(222,190,77); }

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