Html Css Color HEX #D5B710 Sunflower

📋 copy color: '#D5B710'

red 213 ◦ green 183 ◦ blue 16

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

Shades of Sunflower #D5B710

Tints of Sunflower #D5B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.42%

 BLUE value IS 16 (6.64% from 255) = 3.88%

R = 51.7%
G = 44.42%
B = 3.88%

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

#D5B710 (or 0xD5B710) is known color: Sunflower. HEX triplet: D5, B7 and 10. RGB value is (213,183,16). Sum of RGB (Red+Green+Blue) = 213+183+16=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5B710 is #2A48EF. Grayscale: #ADADAD. Windows color (decimal): -2771184 or 1095637. OLE color: 1095637.

HSL color Cylindrical-coordinate representation of color #D5B710: hue angle of 50.86º degrees, saturation: 0.86, 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 #D5B710 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 183 16 -
CMYK 0 0.14 0.92 0.16
HSL 50.86º 0.86% 0.45% -
HSV(B) 50.86º 0.92% 0.84% -
XYZ 44.47 48.05 7.42 -
YUV 172.93 39.44 156.58 -
System Red Green Blue C M Y K H S L
Decimal 213 183 16 0 0.14 0.92 0.16 50.86 0.86 0.45
Hex D5 B7 10 0 E 5C 10 33 56 2D
Octal 325 267 20 0 16 134 20 63 126 55
Binary 11010101 10110111 10000 0 1110 1011100 10000 110011 1010110 101101

Color Harmonies of #D5B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B710

Black with #D5B710

Text Example


Text Example

White with #D5B710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B710; }

 p { color: rgb(213,183,16); }

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

background-color css

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

 a { background-color: rgb(213,183,16); }

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

border-color css

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

 span { border-color: rgb(213,183,16); }

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