Html Css Color HEX #DEBA14 Sunflower

📋 copy color: '#DEBA14'

red 222 ◦ green 186 ◦ blue 20

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

Shades of Sunflower #DEBA14

Tints of Sunflower #DEBA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 51.87%
G = 43.46%
B = 4.67%

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

#DEBA14 (or 0xDEBA14) is known color: Sunflower. HEX triplet: DE, BA and 14. RGB value is (222,186,20). Sum of RGB (Red+Green+Blue) = 222+186+20=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA14 is #2145EB. Grayscale: #B2B2B2. Windows color (decimal): -2180588 or 1358558. OLE color: 1358558.

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

Color convert

RGB 222 186 20 -
CMYK 0 0.16 0.91 0.13
HSL 49.31º 0.83% 0.47% -
HSV(B) 49.31º 0.91% 0.87% -
XYZ 47.81 50.7 7.93 -
YUV 177.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 222 186 20 0 0.16 0.91 0.13 49.31 0.83 0.47
Hex DE BA 14 0 10 5B D 31 53 2F
Octal 336 272 24 0 20 133 15 61 123 57
Binary 11011110 10111010 10100 0 10000 1011011 1101 110001 1010011 101111

Color Harmonies of #DEBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA14

Black with #DEBA14

Text Example


Text Example

White with #DEBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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