Html Css Color HEX #DBB414 Sunflower

📋 copy color: '#DBB414'

red 219 ◦ green 180 ◦ blue 20

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

Shades of Sunflower #DBB414

Tints of Sunflower #DBB414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 52.27%
G = 42.96%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBB414 (or 0xDBB414) is known color: Sunflower. HEX triplet: DB, B4 and 14. RGB value is (219,180,20). Sum of RGB (Red+Green+Blue) = 219+180+20=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB414 is #244BEB. Grayscale: #AEAEAE. Windows color (decimal): -2378732 or 1357019. OLE color: 1357019.

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

Color convert

RGB 219 180 20 -
CMYK 0 0.18 0.91 0.14
HSL 48.24º 0.83% 0.47% -
HSV(B) 48.24º 0.91% 0.86% -
XYZ 45.66 47.75 7.47 -
YUV 173.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 219 180 20 0 0.18 0.91 0.14 48.24 0.83 0.47
Hex DB B4 14 0 12 5B E 30 53 2F
Octal 333 264 24 0 22 133 16 60 123 57
Binary 11011011 10110100 10100 0 10010 1011011 1110 110000 1010011 101111

Color Harmonies of #DBB414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB414

Black with #DBB414

Text Example


Text Example

White with #DBB414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB414; }

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

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

background-color css

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

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

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

border-color css

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

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

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