Html Css Color HEX #DBB00F Sunflower

📋 copy color: '#DBB00F'

red 219 ◦ green 176 ◦ blue 15

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

Shades of Sunflower #DBB00F

Tints of Sunflower #DBB00F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.93%

 BLUE value IS 15 (6.25% from 255) = 3.66%

R = 53.41%
G = 42.93%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBB00F (or 0xDBB00F) is known color: Sunflower. HEX triplet: DB, B0 and 0F. RGB value is (219,176,15). Sum of RGB (Red+Green+Blue) = 219+176+15=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB00F is #244FF0. Grayscale: #ABABAB. Windows color (decimal): -2379761 or 1028315. OLE color: 1028315.

HSL color Cylindrical-coordinate representation of color #DBB00F: hue angle of 47.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBB00F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 15 -
CMYK 0 0.20 0.93 0.14
HSL 47.35º 0.87% 0.46% -
HSV(B) 47.35º 0.93% 0.86% -
XYZ 44.82 46.15 7 -
YUV 170.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 219 176 15 0 0.20 0.93 0.14 47.35 0.87 0.46
Hex DB B0 F 0 14 5D E 2F 57 2E
Octal 333 260 17 0 24 135 16 57 127 56
Binary 11011011 10110000 1111 0 10100 1011101 1110 101111 1010111 101110

Color Harmonies of #DBB00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB00F

Black with #DBB00F

Text Example


Text Example

White with #DBB00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB00F; }

 p { color: rgb(219,176,15); }

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

background-color css

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

 a { background-color: rgb(219,176,15); }

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

border-color css

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

 span { border-color: rgb(219,176,15); }

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