Html Css Color HEX #D6B91E Sunflower

📋 copy color: '#D6B91E'

red 214 ◦ green 185 ◦ blue 30

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

Shades of Sunflower #D6B91E

Tints of Sunflower #D6B91E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 49.88%
G = 43.12%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6B91E (or 0xD6B91E) is known color: Sunflower. HEX triplet: D6, B9 and 1E. RGB value is (214,185,30). Sum of RGB (Red+Green+Blue) = 214+185+30=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B91E is #2946E1. Grayscale: #B0B0B0. Windows color (decimal): -2705122 or 2013654. OLE color: 2013654.

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

Color convert

RGB 214 185 30 -
CMYK 0 0.14 0.86 0.16
HSL 50.54º 0.75% 0.48% -
HSV(B) 50.54º 0.86% 0.84% -
XYZ 45.31 49.09 8.31 -
YUV 176 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 214 185 30 0 0.14 0.86 0.16 50.54 0.75 0.48
Hex D6 B9 1E 0 E 56 10 33 4B 30
Octal 326 271 36 0 16 126 20 63 113 60
Binary 11010110 10111001 11110 0 1110 1010110 10000 110011 1001011 110000

Color Harmonies of #D6B91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B91E

Black with #D6B91E

Text Example


Text Example

White with #D6B91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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