Html Css Color HEX #D3B112 Sunflower

📋 copy color: '#D3B112'

red 211 ◦ green 177 ◦ blue 18

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

Shades of Sunflower #D3B112

Tints of Sunflower #D3B112

RGB

 RED value IS 211 (82.81% from 255) = 51.97%

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

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

R = 51.97%
G = 43.6%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3B112 (or 0xD3B112) is known color: Sunflower. HEX triplet: D3, B1 and 12. RGB value is (211,177,18). Sum of RGB (Red+Green+Blue) = 211+177+18=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3B112 is #2C4EED. Grayscale: #A9A9A9. Windows color (decimal): -2903790 or 1225171. OLE color: 1225171.

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

Color convert

RGB 211 177 18 -
CMYK 0 0.16 0.91 0.17
HSL 49.43º 0.84% 0.45% -
HSV(B) 49.43º 0.91% 0.83% -
XYZ 42.7 45.34 7.07 -
YUV 169.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 211 177 18 0 0.16 0.91 0.17 49.43 0.84 0.45
Hex D3 B1 12 0 10 5B 11 31 54 2D
Octal 323 261 22 0 20 133 21 61 124 55
Binary 11010011 10110001 10010 0 10000 1011011 10001 110001 1010100 101101

Color Harmonies of #D3B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B112

Black with #D3B112

Text Example


Text Example

White with #D3B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B112; }

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

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

background-color css

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

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

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

border-color css

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

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

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