Html Css Color HEX #DEBA10 Sunflower

📋 copy color: '#DEBA10'

red 222 ◦ green 186 ◦ blue 16

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

Shades of Sunflower #DEBA10

Tints of Sunflower #DEBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 52.36%
G = 43.87%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEBA10 (or 0xDEBA10) is known color: Sunflower. HEX triplet: DE, BA and 10. RGB value is (222,186,16). Sum of RGB (Red+Green+Blue) = 222+186+16=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA10 is #2145EF. Grayscale: #B2B2B2. Windows color (decimal): -2180592 or 1096414. OLE color: 1096414.

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

Color convert

RGB 222 186 16 -
CMYK 0 0.16 0.93 0.13
HSL 49.51º 0.87% 0.47% -
HSV(B) 49.51º 0.93% 0.87% -
XYZ 47.78 50.68 7.76 -
YUV 177.38 36.93 159.82 -
System Red Green Blue C M Y K H S L
Decimal 222 186 16 0 0.16 0.93 0.13 49.51 0.87 0.47
Hex DE BA 10 0 10 5D D 32 57 2F
Octal 336 272 20 0 20 135 15 62 127 57
Binary 11011110 10111010 10000 0 10000 1011101 1101 110010 1010111 101111

Color Harmonies of #DEBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA10

Black with #DEBA10

Text Example


Text Example

White with #DEBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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