Html Css Color HEX #D6BA1C Sunflower

📋 copy color: '#D6BA1C'

red 214 ◦ green 186 ◦ blue 28

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

Shades of Sunflower #D6BA1C

Tints of Sunflower #D6BA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.54%

R = 50%
G = 43.46%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6BA1C (or 0xD6BA1C) is known color: Sunflower. HEX triplet: D6, BA and 1C. RGB value is (214,186,28). Sum of RGB (Red+Green+Blue) = 214+186+28=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA1C is #2945E3. Grayscale: #B1B1B1. Windows color (decimal): -2704868 or 1882838. OLE color: 1882838.

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

Color convert

RGB 214 186 28 -
CMYK 0 0.13 0.87 0.16
HSL 50.97º 0.77% 0.47% -
HSV(B) 50.97º 0.87% 0.84% -
XYZ 45.5 49.5 8.25 -
YUV 176.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 214 186 28 0 0.13 0.87 0.16 50.97 0.77 0.47
Hex D6 BA 1C 0 D 57 10 33 4D 2F
Octal 326 272 34 0 15 127 20 63 115 57
Binary 11010110 10111010 11100 0 1101 1010111 10000 110011 1001101 101111

Color Harmonies of #D6BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA1C

Black with #D6BA1C

Text Example


Text Example

White with #D6BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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