Html Css Color HEX #D6B513 Sunflower

📋 copy color: '#D6B513'

red 214 ◦ green 181 ◦ blue 19

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

Shades of Sunflower #D6B513

Tints of Sunflower #D6B513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.72%

 BLUE value IS 19 (7.81% from 255) = 4.59%

R = 51.69%
G = 43.72%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6B513 (or 0xD6B513) is known color: Sunflower. HEX triplet: D6, B5 and 13. RGB value is (214,181,19). Sum of RGB (Red+Green+Blue) = 214+181+19=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B513 is #294AEC. Grayscale: #ADADAD. Windows color (decimal): -2706157 or 1291734. OLE color: 1291734.

HSL color Cylindrical-coordinate representation of color #D6B513: hue angle of 49.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6B513 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 19 -
CMYK 0 0.15 0.91 0.16
HSL 49.85º 0.84% 0.46% -
HSV(B) 49.85º 0.91% 0.84% -
XYZ 44.37 47.39 7.42 -
YUV 172.4 41.43 157.67 -
System Red Green Blue C M Y K H S L
Decimal 214 181 19 0 0.15 0.91 0.16 49.85 0.84 0.46
Hex D6 B5 13 0 F 5B 10 32 54 2E
Octal 326 265 23 0 17 133 20 62 124 56
Binary 11010110 10110101 10011 0 1111 1011011 10000 110010 1010100 101110

Color Harmonies of #D6B513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B513

Black with #D6B513

Text Example


Text Example

White with #D6B513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B513; }

 p { color: rgb(214,181,19); }

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

background-color css

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

 a { background-color: rgb(214,181,19); }

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

border-color css

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

 span { border-color: rgb(214,181,19); }

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