Html Css Color HEX #D6BA1A Sunflower

📋 copy color: '#D6BA1A'

red 214 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #D6BA1A

Tints of Sunflower #D6BA1A

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

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

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

R = 50.23%
G = 43.66%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6BA1A (or 0xD6BA1A) is known color: Sunflower. HEX triplet: D6, BA and 1A. RGB value is (214,186,26). Sum of RGB (Red+Green+Blue) = 214+186+26=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA1A is #2945E5. Grayscale: #B0B0B0. Windows color (decimal): -2704870 or 1751766. OLE color: 1751766.

HSL color Cylindrical-coordinate representation of color #D6BA1A: hue angle of 51.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6BA1A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 26 -
CMYK 0 0.13 0.88 0.16
HSL 51.06º 0.78% 0.47% -
HSV(B) 51.06º 0.88% 0.84% -
XYZ 45.48 49.49 8.13 -
YUV 176.13 43.28 155.01 -
System Red Green Blue C M Y K H S L
Decimal 214 186 26 0 0.13 0.88 0.16 51.06 0.78 0.47
Hex D6 BA 1A 0 D 58 10 33 4E 2F
Octal 326 272 32 0 15 130 20 63 116 57
Binary 11010110 10111010 11010 0 1101 1011000 10000 110011 1001110 101111

Color Harmonies of #D6BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA1A

Black with #D6BA1A

Text Example


Text Example

White with #D6BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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