Html Css Color HEX #D3AF10 Sunflower

📋 copy color: '#D3AF10'

red 211 ◦ green 175 ◦ blue 16

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

Shades of Sunflower #D3AF10

Tints of Sunflower #D3AF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.53%

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

R = 52.49%
G = 43.53%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3AF10 (or 0xD3AF10) is known color: Sunflower. HEX triplet: D3, AF and 10. RGB value is (211,175,16). Sum of RGB (Red+Green+Blue) = 211+175+16=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AF10 is #2C50EF. Grayscale: #A8A8A8. Windows color (decimal): -2904304 or 1093587. OLE color: 1093587.

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

Color convert

RGB 211 175 16 -
CMYK 0 0.17 0.92 0.17
HSL 48.92º 0.86% 0.45% -
HSV(B) 48.92º 0.92% 0.83% -
XYZ 42.29 44.55 6.86 -
YUV 167.64 42.43 158.93 -
System Red Green Blue C M Y K H S L
Decimal 211 175 16 0 0.17 0.92 0.17 48.92 0.86 0.45
Hex D3 AF 10 0 11 5C 11 31 56 2D
Octal 323 257 20 0 21 134 21 61 126 55
Binary 11010011 10101111 10000 0 10001 1011100 10001 110001 1010110 101101

Color Harmonies of #D3AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AF10

Black with #D3AF10

Text Example


Text Example

White with #D3AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AF10; }

 p { color: rgb(211,175,16); }

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

background-color css

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

 a { background-color: rgb(211,175,16); }

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

border-color css

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

 span { border-color: rgb(211,175,16); }

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