Html Css Color HEX #D6B910 Sunflower

📋 copy color: '#D6B910'

red 214 ◦ green 185 ◦ blue 16

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

Shades of Sunflower #D6B910

Tints of Sunflower #D6B910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 51.57%
G = 44.58%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6B910 (or 0xD6B910) is known color: Sunflower. HEX triplet: D6, B9 and 10. RGB value is (214,185,16). Sum of RGB (Red+Green+Blue) = 214+185+16=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B910 is #2946EF. Grayscale: #AFAFAF. Windows color (decimal): -2705136 or 1096150. OLE color: 1096150.

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

Color convert

RGB 214 185 16 -
CMYK 0 0.14 0.93 0.16
HSL 51.21º 0.86% 0.45% -
HSV(B) 51.21º 0.93% 0.84% -
XYZ 45.17 49.03 7.57 -
YUV 174.41 38.61 156.24 -
System Red Green Blue C M Y K H S L
Decimal 214 185 16 0 0.14 0.93 0.16 51.21 0.86 0.45
Hex D6 B9 10 0 E 5D 10 33 56 2D
Octal 326 271 20 0 16 135 20 63 126 55
Binary 11010110 10111001 10000 0 1110 1011101 10000 110011 1010110 101101

Color Harmonies of #D6B910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B910

Black with #D6B910

Text Example


Text Example

White with #D6B910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B910; }

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

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

background-color css

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

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

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

border-color css

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

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

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