Html Css Color HEX #DEBA03 Sunflower

📋 copy color: '#DEBA03'

red 222 ◦ green 186 ◦ blue 3

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

Shades of Sunflower #DEBA03

Tints of Sunflower #DEBA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 54.01%
G = 45.26%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEBA03 (or 0xDEBA03) is known color: Sunflower. HEX triplet: DE, BA and 03. RGB value is (222,186,3). Sum of RGB (Red+Green+Blue) = 222+186+3=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA03 is #2145FC. Grayscale: #B0B0B0. Windows color (decimal): -2180605 or 244446. OLE color: 244446.

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

Color convert

RGB 222 186 3 -
CMYK 0 0.16 0.99 0.13
HSL 50.14º 0.97% 0.44% -
HSV(B) 50.14º 0.99% 0.87% -
XYZ 47.7 50.65 7.35 -
YUV 175.9 30.43 160.88 -
System Red Green Blue C M Y K H S L
Decimal 222 186 3 0 0.16 0.99 0.13 50.14 0.97 0.44
Hex DE BA 3 0 10 63 D 32 61 2C
Octal 336 272 3 0 20 143 15 62 141 54
Binary 11011110 10111010 11 0 10000 1100011 1101 110010 1100001 101100

Color Harmonies of #DEBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA03

Black with #DEBA03

Text Example


Text Example

White with #DEBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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