Html Css Color HEX #D6B816 Sunflower

📋 copy color: '#D6B816'

red 214 ◦ green 184 ◦ blue 22

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

Shades of Sunflower #D6B816

Tints of Sunflower #D6B816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.81%

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 50.95%
G = 43.81%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D6B816 (or 0xD6B816) is known color: Sunflower. HEX triplet: D6, B8 and 16. RGB value is (214,184,22). Sum of RGB (Red+Green+Blue) = 214+184+22=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B816 is #2947E9. Grayscale: #AFAFAF. Windows color (decimal): -2705386 or 1489110. OLE color: 1489110.

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

Color convert

RGB 214 184 22 -
CMYK 0 0.14 0.90 0.16
HSL 50.63º 0.81% 0.46% -
HSV(B) 50.63º 0.9% 0.84% -
XYZ 45.02 48.64 7.77 -
YUV 174.5 41.94 156.17 -
System Red Green Blue C M Y K H S L
Decimal 214 184 22 0 0.14 0.90 0.16 50.63 0.81 0.46
Hex D6 B8 16 0 E 5A 10 33 51 2E
Octal 326 270 26 0 16 132 20 63 121 56
Binary 11010110 10111000 10110 0 1110 1011010 10000 110011 1010001 101110

Color Harmonies of #D6B816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B816

Black with #D6B816

Text Example


Text Example

White with #D6B816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B816; }

 p { color: rgb(214,184,22); }

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

background-color css

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

 a { background-color: rgb(214,184,22); }

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

border-color css

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

 span { border-color: rgb(214,184,22); }

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