Html Css Color HEX #D5B811 Sunflower

📋 copy color: '#D5B811'

red 213 ◦ green 184 ◦ blue 17

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

Shades of Sunflower #D5B811

Tints of Sunflower #D5B811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.11%

R = 51.45%
G = 44.44%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5B811 (or 0xD5B811) is known color: Sunflower. HEX triplet: D5, B8 and 11. RGB value is (213,184,17). Sum of RGB (Red+Green+Blue) = 213+184+17=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B811 is #2A47EE. Grayscale: #AEAEAE. Windows color (decimal): -2770927 or 1161429. OLE color: 1161429.

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

Color convert

RGB 213 184 17 -
CMYK 0 0.14 0.92 0.16
HSL 51.12º 0.85% 0.45% -
HSV(B) 51.12º 0.92% 0.84% -
XYZ 44.68 48.47 7.53 -
YUV 173.63 39.61 156.08 -
System Red Green Blue C M Y K H S L
Decimal 213 184 17 0 0.14 0.92 0.16 51.12 0.85 0.45
Hex D5 B8 11 0 E 5C 10 33 55 2D
Octal 325 270 21 0 16 134 20 63 125 55
Binary 11010101 10111000 10001 0 1110 1011100 10000 110011 1010101 101101

Color Harmonies of #D5B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B811

Black with #D5B811

Text Example


Text Example

White with #D5B811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B811; }

 p { color: rgb(213,184,17); }

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

background-color css

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

 a { background-color: rgb(213,184,17); }

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

border-color css

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

 span { border-color: rgb(213,184,17); }

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