Html Css Color HEX #D5B210 Sunflower

📋 copy color: '#D5B210'

red 213 ◦ green 178 ◦ blue 16

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

Shades of Sunflower #D5B210

Tints of Sunflower #D5B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.73%

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

R = 52.33%
G = 43.73%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5B210 (or 0xD5B210) is known color: Sunflower. HEX triplet: D5, B2 and 10. RGB value is (213,178,16). Sum of RGB (Red+Green+Blue) = 213+178+16=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B210 is #2A4DEF. Grayscale: #AAAAAA. Windows color (decimal): -2772464 or 1094357. OLE color: 1094357.

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

Color convert

RGB 213 178 16 -
CMYK 0 0.16 0.92 0.16
HSL 49.34º 0.86% 0.45% -
HSV(B) 49.34º 0.92% 0.84% -
XYZ 43.45 46.02 7.08 -
YUV 170 41.1 158.67 -
System Red Green Blue C M Y K H S L
Decimal 213 178 16 0 0.16 0.92 0.16 49.34 0.86 0.45
Hex D5 B2 10 0 10 5C 10 31 56 2D
Octal 325 262 20 0 20 134 20 61 126 55
Binary 11010101 10110010 10000 0 10000 1011100 10000 110001 1010110 101101

Color Harmonies of #D5B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B210

Black with #D5B210

Text Example


Text Example

White with #D5B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B210; }

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

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

background-color css

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

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

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

border-color css

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

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

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