Html Css Color HEX #DEBA13 Sunflower

📋 copy color: '#DEBA13'

red 222 ◦ green 186 ◦ blue 19

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

Shades of Sunflower #DEBA13

Tints of Sunflower #DEBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 51.99%
G = 43.56%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEBA13 (or 0xDEBA13) is known color: Sunflower. HEX triplet: DE, BA and 13. RGB value is (222,186,19). Sum of RGB (Red+Green+Blue) = 222+186+19=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA13 is #2145EC. Grayscale: #B2B2B2. Windows color (decimal): -2180589 or 1293022. OLE color: 1293022.

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

Color convert

RGB 222 186 19 -
CMYK 0 0.16 0.91 0.13
HSL 49.36º 0.84% 0.47% -
HSV(B) 49.36º 0.91% 0.87% -
XYZ 47.8 50.69 7.88 -
YUV 177.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 222 186 19 0 0.16 0.91 0.13 49.36 0.84 0.47
Hex DE BA 13 0 10 5B D 31 54 2F
Octal 336 272 23 0 20 133 15 61 124 57
Binary 11011110 10111010 10011 0 10000 1011011 1101 110001 1010100 101111

Color Harmonies of #DEBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA13

Black with #DEBA13

Text Example


Text Example

White with #DEBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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