Html Css Color HEX #D9BA1A Sunflower

📋 copy color: '#D9BA1A'

red 217 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #D9BA1A

Tints of Sunflower #D9BA1A

RGB

 RED value IS 217 (85.16% from 255) = 50.58%

 GREEN value IS 186 (73.05% from 255) = 43.36%

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

R = 50.58%
G = 43.36%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9BA1A (or 0xD9BA1A) is known color: Sunflower. HEX triplet: D9, BA and 1A. RGB value is (217,186,26). Sum of RGB (Red+Green+Blue) = 217+186+26=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA1A is #2645E5. Grayscale: #B1B1B1. Windows color (decimal): -2508262 or 1751769. OLE color: 1751769.

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

Color convert

RGB 217 186 26 -
CMYK 0 0.14 0.88 0.15
HSL 50.26º 0.79% 0.48% -
HSV(B) 50.26º 0.88% 0.85% -
XYZ 46.36 49.94 8.17 -
YUV 177.03 42.77 156.51 -
System Red Green Blue C M Y K H S L
Decimal 217 186 26 0 0.14 0.88 0.15 50.26 0.79 0.48
Hex D9 BA 1A 0 E 58 F 32 4F 30
Octal 331 272 32 0 16 130 17 62 117 60
Binary 11011001 10111010 11010 0 1110 1011000 1111 110010 1001111 110000

Color Harmonies of #D9BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA1A

Black with #D9BA1A

Text Example


Text Example

White with #D9BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA1A; }

 p { color: rgb(217,186,26); }

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

background-color css

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

 a { background-color: rgb(217,186,26); }

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

border-color css

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

 span { border-color: rgb(217,186,26); }

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