Html Css Color HEX #D3AF12 Sunflower

📋 copy color: '#D3AF12'

red 211 ◦ green 175 ◦ blue 18

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

Shades of Sunflower #D3AF12

Tints of Sunflower #D3AF12

RGB

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

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

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

R = 52.23%
G = 43.32%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3AF12 (or 0xD3AF12) is known color: Sunflower. HEX triplet: D3, AF and 12. RGB value is (211,175,18). Sum of RGB (Red+Green+Blue) = 211+175+18=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3AF12 is #2C50ED. Grayscale: #A8A8A8. Windows color (decimal): -2904302 or 1224659. OLE color: 1224659.

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

Color convert

RGB 211 175 18 -
CMYK 0 0.17 0.91 0.17
HSL 48.81º 0.84% 0.45% -
HSV(B) 48.81º 0.91% 0.83% -
XYZ 42.3 44.55 6.94 -
YUV 167.87 43.43 158.77 -
System Red Green Blue C M Y K H S L
Decimal 211 175 18 0 0.17 0.91 0.17 48.81 0.84 0.45
Hex D3 AF 12 0 11 5B 11 31 54 2D
Octal 323 257 22 0 21 133 21 61 124 55
Binary 11010011 10101111 10010 0 10001 1011011 10001 110001 1010100 101101

Color Harmonies of #D3AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AF12

Black with #D3AF12

Text Example


Text Example

White with #D3AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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