Html Css Color HEX #DBB91A Sunflower

📋 copy color: '#DBB91A'

red 219 ◦ green 185 ◦ blue 26

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

Shades of Sunflower #DBB91A

Tints of Sunflower #DBB91A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 50.93%
G = 43.02%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBB91A (or 0xDBB91A) is known color: Sunflower. HEX triplet: DB, B9 and 1A. RGB value is (219,185,26). Sum of RGB (Red+Green+Blue) = 219+185+26=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB91A is #2446E5. Grayscale: #B1B1B1. Windows color (decimal): -2377446 or 1751515. OLE color: 1751515.

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

Color convert

RGB 219 185 26 -
CMYK 0 0.16 0.88 0.14
HSL 49.43º 0.79% 0.48% -
HSV(B) 49.43º 0.88% 0.86% -
XYZ 46.75 49.83 8.13 -
YUV 177.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 219 185 26 0 0.16 0.88 0.14 49.43 0.79 0.48
Hex DB B9 1A 0 10 58 E 31 4F 30
Octal 333 271 32 0 20 130 16 61 117 60
Binary 11011011 10111001 11010 0 10000 1011000 1110 110001 1001111 110000

Color Harmonies of #DBB91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB91A

Black with #DBB91A

Text Example


Text Example

White with #DBB91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB91A; }

 p { color: rgb(219,185,26); }

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

background-color css

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

 a { background-color: rgb(219,185,26); }

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

border-color css

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

 span { border-color: rgb(219,185,26); }

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