Html Css Color HEX #D5B010 Sunflower

📋 copy color: '#D5B010'

red 213 ◦ green 176 ◦ blue 16

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

Shades of Sunflower #D5B010

Tints of Sunflower #D5B010

RGB

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

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

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

R = 52.59%
G = 43.46%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5B010 (or 0xD5B010) is known color: Sunflower. HEX triplet: D5, B0 and 10. RGB value is (213,176,16). Sum of RGB (Red+Green+Blue) = 213+176+16=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B010 is #2A4FEF. Grayscale: #A9A9A9. Windows color (decimal): -2772976 or 1093845. OLE color: 1093845.

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

Color convert

RGB 213 176 16 -
CMYK 0 0.17 0.92 0.16
HSL 48.73º 0.86% 0.45% -
HSV(B) 48.73º 0.92% 0.84% -
XYZ 43.06 45.23 6.95 -
YUV 168.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 213 176 16 0 0.17 0.92 0.16 48.73 0.86 0.45
Hex D5 B0 10 0 11 5C 10 31 56 2D
Octal 325 260 20 0 21 134 20 61 126 55
Binary 11010101 10110000 10000 0 10001 1011100 10000 110001 1010110 101101

Color Harmonies of #D5B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B010

Black with #D5B010

Text Example


Text Example

White with #D5B010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B010; }

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

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

background-color css

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

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

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

border-color css

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

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

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