Html Css Color HEX #DBB70B Sunflower

📋 copy color: '#DBB70B'

red 219 ◦ green 183 ◦ blue 11

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

Shades of Sunflower #DBB70B

Tints of Sunflower #DBB70B

RGB

 RED value IS 219 (85.94% from 255) = 53.03%

 GREEN value IS 183 (71.88% from 255) = 44.31%

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

R = 53.03%
G = 44.31%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBB70B (or 0xDBB70B) is known color: Sunflower. HEX triplet: DB, B7 and 0B. RGB value is (219,183,11). Sum of RGB (Red+Green+Blue) = 219+183+11=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB70B is #2448F4. Grayscale: #AEAEAE. Windows color (decimal): -2377973 or 767963. OLE color: 767963.

HSL color Cylindrical-coordinate representation of color #DBB70B: hue angle of 49.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBB70B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 11 -
CMYK 0 0.16 0.95 0.14
HSL 49.62º 0.9% 0.45% -
HSV(B) 49.62º 0.95% 0.86% -
XYZ 46.21 48.95 7.33 -
YUV 174.16 35.93 159.99 -
System Red Green Blue C M Y K H S L
Decimal 219 183 11 0 0.16 0.95 0.14 49.62 0.9 0.45
Hex DB B7 B 0 10 5F E 32 5A 2D
Octal 333 267 13 0 20 137 16 62 132 55
Binary 11011011 10110111 1011 0 10000 1011111 1110 110010 1011010 101101

Color Harmonies of #DBB70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB70B

Black with #DBB70B

Text Example


Text Example

White with #DBB70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB70B; }

 p { color: rgb(219,183,11); }

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

background-color css

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

 a { background-color: rgb(219,183,11); }

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

border-color css

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

 span { border-color: rgb(219,183,11); }

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