Html Css Color HEX #D4B916 Sunflower

📋 copy color: '#D4B916'

red 212 ◦ green 185 ◦ blue 22

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

Shades of Sunflower #D4B916

Tints of Sunflower #D4B916

RGB

 RED value IS 212 (83.2% from 255) = 50.6%

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

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

R = 50.6%
G = 44.15%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4B916 (or 0xD4B916) is known color: Sunflower. HEX triplet: D4, B9 and 16. RGB value is (212,185,22). Sum of RGB (Red+Green+Blue) = 212+185+22=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B916 is #2B46E9. Grayscale: #AFAFAF. Windows color (decimal): -2836202 or 1489364. OLE color: 1489364.

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

Color convert

RGB 212 185 22 -
CMYK 0 0.13 0.90 0.17
HSL 51.47º 0.81% 0.46% -
HSV(B) 51.47º 0.9% 0.83% -
XYZ 44.65 48.75 7.82 -
YUV 174.49 41.95 154.75 -
System Red Green Blue C M Y K H S L
Decimal 212 185 22 0 0.13 0.90 0.17 51.47 0.81 0.46
Hex D4 B9 16 0 D 5A 11 33 51 2E
Octal 324 271 26 0 15 132 21 63 121 56
Binary 11010100 10111001 10110 0 1101 1011010 10001 110011 1010001 101110

Color Harmonies of #D4B916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B916

Black with #D4B916

Text Example


Text Example

White with #D4B916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B916; }

 p { color: rgb(212,185,22); }

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

background-color css

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

 a { background-color: rgb(212,185,22); }

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

border-color css

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

 span { border-color: rgb(212,185,22); }

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