Html Css Color HEX #D5B514 Sunflower

📋 copy color: '#D5B514'

red 213 ◦ green 181 ◦ blue 20

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

Shades of Sunflower #D5B514

Tints of Sunflower #D5B514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.72%

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

R = 51.45%
G = 43.72%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D5B514 (or 0xD5B514) is known color: Sunflower. HEX triplet: D5, B5 and 14. RGB value is (213,181,20). Sum of RGB (Red+Green+Blue) = 213+181+20=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B514 is #2A4AEB. Grayscale: #ACACAC. Windows color (decimal): -2771692 or 1357269. OLE color: 1357269.

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

Color convert

RGB 213 181 20 -
CMYK 0 0.15 0.91 0.16
HSL 50.05º 0.83% 0.46% -
HSV(B) 50.05º 0.91% 0.84% -
XYZ 44.09 47.24 7.46 -
YUV 172.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 213 181 20 0 0.15 0.91 0.16 50.05 0.83 0.46
Hex D5 B5 14 0 F 5B 10 32 53 2E
Octal 325 265 24 0 17 133 20 62 123 56
Binary 11010101 10110101 10100 0 1111 1011011 10000 110010 1010011 101110

Color Harmonies of #D5B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B514

Black with #D5B514

Text Example


Text Example

White with #D5B514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B514; }

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

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

background-color css

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

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

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

border-color css

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

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

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