Html Css Color HEX #DEB30B Sunflower

📋 copy color: '#DEB30B'

red 222 ◦ green 179 ◦ blue 11

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

Shades of Sunflower #DEB30B

Tints of Sunflower #DEB30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.67%

R = 53.88%
G = 43.45%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEB30B (or 0xDEB30B) is known color: Sunflower. HEX triplet: DE, B3 and 0B. RGB value is (222,179,11). Sum of RGB (Red+Green+Blue) = 222+179+11=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB30B is #214CF4. Grayscale: #ADADAD. Windows color (decimal): -2182389 or 766942. OLE color: 766942.

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

Color convert

RGB 222 179 11 -
CMYK 0 0.19 0.95 0.13
HSL 47.77º 0.91% 0.46% -
HSV(B) 47.77º 0.95% 0.87% -
XYZ 46.3 47.79 7.1 -
YUV 172.71 36.75 163.16 -
System Red Green Blue C M Y K H S L
Decimal 222 179 11 0 0.19 0.95 0.13 47.77 0.91 0.46
Hex DE B3 B 0 13 5F D 30 5B 2E
Octal 336 263 13 0 23 137 15 60 133 56
Binary 11011110 10110011 1011 0 10011 1011111 1101 110000 1011011 101110

Color Harmonies of #DEB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB30B

Black with #DEB30B

Text Example


Text Example

White with #DEB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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