Html Css Color HEX #DEB314 Sunflower

📋 copy color: '#DEB314'

red 222 ◦ green 179 ◦ blue 20

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

Shades of Sunflower #DEB314

Tints of Sunflower #DEB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.52%

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

R = 52.73%
G = 42.52%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEB314 (or 0xDEB314) is known color: Sunflower. HEX triplet: DE, B3 and 14. RGB value is (222,179,20). Sum of RGB (Red+Green+Blue) = 222+179+20=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB314 is #214CEB. Grayscale: #AEAEAE. Windows color (decimal): -2182380 or 1356766. OLE color: 1356766.

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

Color convert

RGB 222 179 20 -
CMYK 0 0.19 0.91 0.13
HSL 47.23º 0.83% 0.47% -
HSV(B) 47.23º 0.91% 0.87% -
XYZ 46.37 47.82 7.45 -
YUV 173.73 41.25 162.43 -
System Red Green Blue C M Y K H S L
Decimal 222 179 20 0 0.19 0.91 0.13 47.23 0.83 0.47
Hex DE B3 14 0 13 5B D 2F 53 2F
Octal 336 263 24 0 23 133 15 57 123 57
Binary 11011110 10110011 10100 0 10011 1011011 1101 101111 1010011 101111

Color Harmonies of #DEB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB314

Black with #DEB314

Text Example


Text Example

White with #DEB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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