Html Css Color HEX #DBC91A Sunflower

📋 copy color: '#DBC91A'

red 219 ◦ green 201 ◦ blue 26

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

Shades of Sunflower #DBC91A

Tints of Sunflower #DBC91A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.07%

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

R = 49.1%
G = 45.07%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBC91A (or 0xDBC91A) is known color: Sunflower. HEX triplet: DB, C9 and 1A. RGB value is (219,201,26). Sum of RGB (Red+Green+Blue) = 219+201+26=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 26 (10.55% from 255 or 5.83% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC91A is #2436E5. Grayscale: #BBBBBB. Windows color (decimal): -2373350 or 1755611. OLE color: 1755611.

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

Color convert

RGB 219 201 26 -
CMYK 0 0.08 0.88 0.14
HSL 54.4º 0.79% 0.48% -
HSV(B) 54.4º 0.88% 0.86% -
XYZ 50.29 56.91 9.31 -
YUV 186.43 37.46 151.23 -
System Red Green Blue C M Y K H S L
Decimal 219 201 26 0 0.08 0.88 0.14 54.4 0.79 0.48
Hex DB C9 1A 0 8 58 E 36 4F 30
Octal 333 311 32 0 10 130 16 66 117 60
Binary 11011011 11001001 11010 0 1000 1011000 1110 110110 1001111 110000

Color Harmonies of #DBC91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC91A

Black with #DBC91A

Text Example


Text Example

White with #DBC91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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