Html Css Color HEX #D5B112 Sunflower

📋 copy color: '#D5B112'

red 213 ◦ green 177 ◦ blue 18

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

Shades of Sunflower #D5B112

Tints of Sunflower #D5B112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

 BLUE value IS 18 (7.42% from 255) = 4.41%

R = 52.21%
G = 43.38%
B = 4.41%

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

#D5B112 (or 0xD5B112) is known color: Sunflower. HEX triplet: D5, B1 and 12. RGB value is (213,177,18). Sum of RGB (Red+Green+Blue) = 213+177+18=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5B112 is #2A4EED. Grayscale: #AAAAAA. Windows color (decimal): -2772718 or 1225173. OLE color: 1225173.

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

Color convert

RGB 213 177 18 -
CMYK 0 0.17 0.92 0.16
HSL 48.92º 0.84% 0.45% -
HSV(B) 48.92º 0.92% 0.84% -
XYZ 43.27 45.63 7.1 -
YUV 169.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 213 177 18 0 0.17 0.92 0.16 48.92 0.84 0.45
Hex D5 B1 12 0 11 5C 10 31 54 2D
Octal 325 261 22 0 21 134 20 61 124 55
Binary 11010101 10110001 10010 0 10001 1011100 10000 110001 1010100 101101

Color Harmonies of #D5B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B112

Black with #D5B112

Text Example


Text Example

White with #D5B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B112; }

 p { color: rgb(213,177,18); }

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

background-color css

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

 a { background-color: rgb(213,177,18); }

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

border-color css

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

 span { border-color: rgb(213,177,18); }

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