Html Css Color HEX #D5B014 Sunflower

📋 copy color: '#D5B014'

red 213 ◦ green 176 ◦ blue 20

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

Shades of Sunflower #D5B014

Tints of Sunflower #D5B014

RGB

 RED value IS 213 (83.59% from 255) = 52.08%

 GREEN value IS 176 (69.14% from 255) = 43.03%

 BLUE value IS 20 (8.2% from 255) = 4.89%

R = 52.08%
G = 43.03%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D5B014 (or 0xD5B014) is known color: Sunflower. HEX triplet: D5, B0 and 14. RGB value is (213,176,20). Sum of RGB (Red+Green+Blue) = 213+176+20=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B014 is #2A4FEB. Grayscale: #A9A9A9. Windows color (decimal): -2772972 or 1355989. OLE color: 1355989.

HSL color Cylindrical-coordinate representation of color #D5B014: hue angle of 48.5º degrees, saturation: 0.83, 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 #D5B014 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 176 20 -
CMYK 0 0.17 0.91 0.16
HSL 48.5º 0.83% 0.46% -
HSV(B) 48.5º 0.91% 0.84% -
XYZ 43.09 45.25 7.12 -
YUV 169.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 213 176 20 0 0.17 0.91 0.16 48.5 0.83 0.46
Hex D5 B0 14 0 11 5B 10 30 53 2E
Octal 325 260 24 0 21 133 20 60 123 56
Binary 11010101 10110000 10100 0 10001 1011011 10000 110000 1010011 101110

Color Harmonies of #D5B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B014

Black with #D5B014

Text Example


Text Example

White with #D5B014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B014; }

 p { color: rgb(213,176,20); }

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

background-color css

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

 a { background-color: rgb(213,176,20); }

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

border-color css

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

 span { border-color: rgb(213,176,20); }

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