Html Css Color HEX #DEB403 Sunflower

📋 copy color: '#DEB403'

red 222 ◦ green 180 ◦ blue 3

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

Shades of Sunflower #DEB403

Tints of Sunflower #DEB403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 54.81%
G = 44.44%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEB403 (or 0xDEB403) is known color: Sunflower. HEX triplet: DE, B4 and 03. RGB value is (222,180,3). Sum of RGB (Red+Green+Blue) = 222+180+3=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB403 is #214BFC. Grayscale: #ADADAD. Windows color (decimal): -2182141 or 242910. OLE color: 242910.

HSL color Cylindrical-coordinate representation of color #DEB403: hue angle of 48.49º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DEB403 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 180 3 -
CMYK 0 0.19 0.99 0.13
HSL 48.49º 0.97% 0.44% -
HSV(B) 48.49º 0.99% 0.87% -
XYZ 46.46 48.18 6.94 -
YUV 172.38 32.41 163.39 -
System Red Green Blue C M Y K H S L
Decimal 222 180 3 0 0.19 0.99 0.13 48.49 0.97 0.44
Hex DE B4 3 0 13 63 D 30 61 2C
Octal 336 264 3 0 23 143 15 60 141 54
Binary 11011110 10110100 11 0 10011 1100011 1101 110000 1100001 101100

Color Harmonies of #DEB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB403

Black with #DEB403

Text Example


Text Example

White with #DEB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB403; }

 p { color: rgb(222,180,3); }

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

background-color css

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

 a { background-color: rgb(222,180,3); }

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

border-color css

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

 span { border-color: rgb(222,180,3); }

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