Html Css Color HEX #D6B417 Sunflower

📋 copy color: '#D6B417'

red 214 ◦ green 180 ◦ blue 23

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

Shades of Sunflower #D6B417

Tints of Sunflower #D6B417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

 BLUE value IS 23 (9.38% from 255) = 5.52%

R = 51.32%
G = 43.17%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6B417 (or 0xD6B417) is known color: Sunflower. HEX triplet: D6, B4 and 17. RGB value is (214,180,23). Sum of RGB (Red+Green+Blue) = 214+180+23=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B417 is #294BE8. Grayscale: #ACACAC. Windows color (decimal): -2706409 or 1553622. OLE color: 1553622.

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

Color convert

RGB 214 180 23 -
CMYK 0 0.16 0.89 0.16
HSL 49.32º 0.81% 0.46% -
HSV(B) 49.32º 0.89% 0.84% -
XYZ 44.21 47 7.55 -
YUV 172.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 214 180 23 0 0.16 0.89 0.16 49.32 0.81 0.46
Hex D6 B4 17 0 10 59 10 31 51 2E
Octal 326 264 27 0 20 131 20 61 121 56
Binary 11010110 10110100 10111 0 10000 1011001 10000 110001 1010001 101110

Color Harmonies of #D6B417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B417

Black with #D6B417

Text Example


Text Example

White with #D6B417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B417; }

 p { color: rgb(214,180,23); }

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

background-color css

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

 a { background-color: rgb(214,180,23); }

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

border-color css

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

 span { border-color: rgb(214,180,23); }

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