Html Css Color HEX #DEBE13 Sunflower

📋 copy color: '#DEBE13'

red 222 ◦ green 190 ◦ blue 19

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

Shades of Sunflower #DEBE13

Tints of Sunflower #DEBE13

RGB

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

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

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

R = 51.51%
G = 44.08%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEBE13 (or 0xDEBE13) is known color: Sunflower. HEX triplet: DE, BE and 13. RGB value is (222,190,19). Sum of RGB (Red+Green+Blue) = 222+190+19=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBE13 is #2141EC. Grayscale: #B4B4B4. Windows color (decimal): -2179565 or 1294046. OLE color: 1294046.

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

Color convert

RGB 222 190 19 -
CMYK 0 0.14 0.91 0.13
HSL 50.54º 0.84% 0.47% -
HSV(B) 50.54º 0.91% 0.87% -
XYZ 48.66 52.4 8.17 -
YUV 180.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 222 190 19 0 0.14 0.91 0.13 50.54 0.84 0.47
Hex DE BE 13 0 E 5B D 33 54 2F
Octal 336 276 23 0 16 133 15 63 124 57
Binary 11011110 10111110 10011 0 1110 1011011 1101 110011 1010100 101111

Color Harmonies of #DEBE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE13

Black with #DEBE13

Text Example


Text Example

White with #DEBE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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