Html Css Color HEX #DBB312 Sunflower

📋 copy color: '#DBB312'

red 219 ◦ green 179 ◦ blue 18

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

Shades of Sunflower #DBB312

Tints of Sunflower #DBB312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.33%

R = 52.64%
G = 43.03%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBB312 (or 0xDBB312) is known color: Sunflower. HEX triplet: DB, B3 and 12. RGB value is (219,179,18). Sum of RGB (Red+Green+Blue) = 219+179+18=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB312 is #244CED. Grayscale: #ADADAD. Windows color (decimal): -2378990 or 1225691. OLE color: 1225691.

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

Color convert

RGB 219 179 18 -
CMYK 0 0.18 0.92 0.14
HSL 48.06º 0.85% 0.46% -
HSV(B) 48.06º 0.92% 0.86% -
XYZ 45.44 47.34 7.32 -
YUV 172.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 219 179 18 0 0.18 0.92 0.14 48.06 0.85 0.46
Hex DB B3 12 0 12 5C E 30 55 2E
Octal 333 263 22 0 22 134 16 60 125 56
Binary 11011011 10110011 10010 0 10010 1011100 1110 110000 1010101 101110

Color Harmonies of #DBB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB312

Black with #DBB312

Text Example


Text Example

White with #DBB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB312; }

 p { color: rgb(219,179,18); }

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

background-color css

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

 a { background-color: rgb(219,179,18); }

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

border-color css

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

 span { border-color: rgb(219,179,18); }

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