Html Css Color HEX #DEBC4D Ronchi

📋 copy color: '#DEBC4D'

red 222 ◦ green 188 ◦ blue 77

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

Shades of Ronchi #DEBC4D

Tints of Ronchi #DEBC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

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

R = 45.59%
G = 38.6%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEBC4D (or 0xDEBC4D) is known color: Ronchi. HEX triplet: DE, BC and 4D. RGB value is (222,188,77). Sum of RGB (Red+Green+Blue) = 222+188+77=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC4D is #2143B2. Grayscale: #B9B9B9. Windows color (decimal): -2180019 or 5094622. OLE color: 5094622.

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

Color convert

RGB 222 188 77 -
CMYK 0 0.15 0.65 0.13
HSL 45.93º 0.69% 0.59% -
HSV(B) 45.93º 0.65% 0.87% -
XYZ 49.45 52.03 14.46 -
YUV 185.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 222 188 77 0 0.15 0.65 0.13 45.93 0.69 0.59
Hex DE BC 4D 0 F 41 D 2E 45 3B
Octal 336 274 115 0 17 101 15 56 105 73
Binary 11011110 10111100 1001101 0 1111 1000001 1101 101110 1000101 111011

Color Harmonies of #DEBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC4D

Black with #DEBC4D

Text Example


Text Example

White with #DEBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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