Html Css Color HEX #DEBA4B Ronchi

📋 copy color: '#DEBA4B'

red 222 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #DEBA4B

Tints of Ronchi #DEBA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.53%

R = 45.96%
G = 38.51%
B = 15.53%

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

#DEBA4B (or 0xDEBA4B) is known color: Ronchi. HEX triplet: DE, BA and 4B. RGB value is (222,186,75). Sum of RGB (Red+Green+Blue) = 222+186+75=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA4B is #2145B4. Grayscale: #B8B8B8. Windows color (decimal): -2180533 or 4963038. OLE color: 4963038.

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

Color convert

RGB 222 186 75 -
CMYK 0 0.16 0.66 0.13
HSL 45.31º 0.69% 0.58% -
HSV(B) 45.31º 0.66% 0.87% -
XYZ 48.95 51.16 13.95 -
YUV 184.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 222 186 75 0 0.16 0.66 0.13 45.31 0.69 0.58
Hex DE BA 4B 0 10 42 D 2D 45 3A
Octal 336 272 113 0 20 102 15 55 105 72
Binary 11011110 10111010 1001011 0 10000 1000010 1101 101101 1000101 111010

Color Harmonies of #DEBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA4B

Black with #DEBA4B

Text Example


Text Example

White with #DEBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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