Html Css Color HEX #D6BA1E Sunflower

📋 copy color: '#D6BA1E'

red 214 ◦ green 186 ◦ blue 30

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

Shades of Sunflower #D6BA1E

Tints of Sunflower #D6BA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.98%

R = 49.77%
G = 43.26%
B = 6.98%

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

#D6BA1E (or 0xD6BA1E) is known color: Sunflower. HEX triplet: D6, BA and 1E. RGB value is (214,186,30). Sum of RGB (Red+Green+Blue) = 214+186+30=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA1E is #2945E1. Grayscale: #B1B1B1. Windows color (decimal): -2704866 or 2013910. OLE color: 2013910.

HSL color Cylindrical-coordinate representation of color #D6BA1E: hue angle of 50.87º degrees, saturation: 0.75, 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 #D6BA1E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 30 -
CMYK 0 0.13 0.86 0.16
HSL 50.87º 0.75% 0.48% -
HSV(B) 50.87º 0.86% 0.84% -
XYZ 45.52 49.51 8.38 -
YUV 176.59 45.28 154.68 -
System Red Green Blue C M Y K H S L
Decimal 214 186 30 0 0.13 0.86 0.16 50.87 0.75 0.48
Hex D6 BA 1E 0 D 56 10 33 4B 30
Octal 326 272 36 0 15 126 20 63 113 60
Binary 11010110 10111010 11110 0 1101 1010110 10000 110011 1001011 110000

Color Harmonies of #D6BA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA1E

Black with #D6BA1E

Text Example


Text Example

White with #D6BA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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