Html Css Color HEX #D3B318 Sunflower

📋 copy color: '#D3B318'

red 211 ◦ green 179 ◦ blue 24

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

Shades of Sunflower #D3B318

Tints of Sunflower #D3B318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.24%

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 50.97%
G = 43.24%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D3B318 (or 0xD3B318) is known color: Sunflower. HEX triplet: D3, B3 and 18. RGB value is (211,179,24). Sum of RGB (Red+Green+Blue) = 211+179+24=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B318 is #2C4CE7. Grayscale: #ABABAB. Windows color (decimal): -2903272 or 1618899. OLE color: 1618899.

HSL color Cylindrical-coordinate representation of color #D3B318: hue angle of 49.73º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3B318 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 179 24 -
CMYK 0 0.15 0.89 0.17
HSL 49.73º 0.8% 0.46% -
HSV(B) 49.73º 0.89% 0.83% -
XYZ 43.15 46.16 7.5 -
YUV 170.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 211 179 24 0 0.15 0.89 0.17 49.73 0.8 0.46
Hex D3 B3 18 0 F 59 11 32 50 2E
Octal 323 263 30 0 17 131 21 62 120 56
Binary 11010011 10110011 11000 0 1111 1011001 10001 110010 1010000 101110

Color Harmonies of #D3B318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B318

Black with #D3B318

Text Example


Text Example

White with #D3B318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B318; }

 p { color: rgb(211,179,24); }

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

background-color css

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

 a { background-color: rgb(211,179,24); }

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

border-color css

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

 span { border-color: rgb(211,179,24); }

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