Html Css Color HEX #DBB412 Sunflower

📋 copy color: '#DBB412'

red 219 ◦ green 180 ◦ blue 18

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

Shades of Sunflower #DBB412

Tints of Sunflower #DBB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

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

R = 52.52%
G = 43.17%
B = 4.32%

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

#DBB412 (or 0xDBB412) is known color: Sunflower. HEX triplet: DB, B4 and 12. RGB value is (219,180,18). Sum of RGB (Red+Green+Blue) = 219+180+18=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB412 is #244BED. Grayscale: #ADADAD. Windows color (decimal): -2378734 or 1225947. OLE color: 1225947.

HSL color Cylindrical-coordinate representation of color #DBB412: hue angle of 48.36º 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 #DBB412 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 18 -
CMYK 0 0.18 0.92 0.14
HSL 48.36º 0.85% 0.46% -
HSV(B) 48.36º 0.92% 0.86% -
XYZ 45.64 47.75 7.38 -
YUV 173.19 40.42 160.67 -
System Red Green Blue C M Y K H S L
Decimal 219 180 18 0 0.18 0.92 0.14 48.36 0.85 0.46
Hex DB B4 12 0 12 5C E 30 55 2E
Octal 333 264 22 0 22 134 16 60 125 56
Binary 11011011 10110100 10010 0 10010 1011100 1110 110000 1010101 101110

Color Harmonies of #DBB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB412

Black with #DBB412

Text Example


Text Example

White with #DBB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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