Html Css Color HEX #DEB201 Sunflower

📋 copy color: '#DEB201'

red 222 ◦ green 178 ◦ blue 1

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

Shades of Sunflower #DEB201

Tints of Sunflower #DEB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 55.36%
G = 44.39%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEB201 (or 0xDEB201) is known color: Sunflower. HEX triplet: DE, B2 and 01. RGB value is (222,178,1). Sum of RGB (Red+Green+Blue) = 222+178+1=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB201 is #214DFE. Grayscale: #ABABAB. Windows color (decimal): -2182655 or 111326. OLE color: 111326.

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

Color convert

RGB 222 178 1 -
CMYK 0 0.20 1.00 0.13
HSL 48.05º 0.99% 0.44% -
HSV(B) 48.05º 1% 0.87% -
XYZ 46.05 47.37 6.75 -
YUV 170.98 32.08 164.39 -
System Red Green Blue C M Y K H S L
Decimal 222 178 1 0 0.20 1.00 0.13 48.05 0.99 0.44
Hex DE B2 1 0 14 64 D 30 63 2C
Octal 336 262 1 0 24 144 15 60 143 54
Binary 11011110 10110010 1 0 10100 1100100 1101 110000 1100011 101100

Color Harmonies of #DEB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB201

Black with #DEB201

Text Example


Text Example

White with #DEB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB201; }

 p { color: rgb(222,178,1); }

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

background-color css

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

 a { background-color: rgb(222,178,1); }

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

border-color css

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

 span { border-color: rgb(222,178,1); }

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