Html Css Color HEX #D6B918 Sunflower

📋 copy color: '#D6B918'

red 214 ◦ green 185 ◦ blue 24

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

Shades of Sunflower #D6B918

Tints of Sunflower #D6B918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 50.59%
G = 43.74%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D6B918 (or 0xD6B918) is known color: Sunflower. HEX triplet: D6, B9 and 18. RGB value is (214,185,24). Sum of RGB (Red+Green+Blue) = 214+185+24=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B918 is #2946E7. Grayscale: #AFAFAF. Windows color (decimal): -2705128 or 1620438. OLE color: 1620438.

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

Color convert

RGB 214 185 24 -
CMYK 0 0.14 0.89 0.16
HSL 50.84º 0.8% 0.47% -
HSV(B) 50.84º 0.89% 0.84% -
XYZ 45.25 49.06 7.95 -
YUV 175.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 214 185 24 0 0.14 0.89 0.16 50.84 0.8 0.47
Hex D6 B9 18 0 E 59 10 33 50 2F
Octal 326 271 30 0 16 131 20 63 120 57
Binary 11010110 10111001 11000 0 1110 1011001 10000 110011 1010000 101111

Color Harmonies of #D6B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B918

Black with #D6B918

Text Example


Text Example

White with #D6B918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B918; }

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

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

background-color css

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

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

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

border-color css

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

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

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