Html Css Color HEX #D6BA1D Sunflower

📋 copy color: '#D6BA1D'

red 214 ◦ green 186 ◦ blue 29

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

Shades of Sunflower #D6BA1D

Tints of Sunflower #D6BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.76%

R = 49.88%
G = 43.36%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6BA1D (or 0xD6BA1D) is known color: Sunflower. HEX triplet: D6, BA and 1D. RGB value is (214,186,29). Sum of RGB (Red+Green+Blue) = 214+186+29=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA1D is #2945E2. Grayscale: #B1B1B1. Windows color (decimal): -2704867 or 1948374. OLE color: 1948374.

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

Color convert

RGB 214 186 29 -
CMYK 0 0.13 0.86 0.16
HSL 50.92º 0.76% 0.48% -
HSV(B) 50.92º 0.86% 0.84% -
XYZ 45.51 49.5 8.32 -
YUV 176.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 214 186 29 0 0.13 0.86 0.16 50.92 0.76 0.48
Hex D6 BA 1D 0 D 56 10 33 4C 30
Octal 326 272 35 0 15 126 20 63 114 60
Binary 11010110 10111010 11101 0 1101 1010110 10000 110011 1001100 110000

Color Harmonies of #D6BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA1D

Black with #D6BA1D

Text Example


Text Example

White with #D6BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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