Html Css Color HEX #D4AF12 Sunflower

📋 copy color: '#D4AF12'

red 212 ◦ green 175 ◦ blue 18

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

Shades of Sunflower #D4AF12

Tints of Sunflower #D4AF12

RGB

 RED value IS 212 (83.2% from 255) = 52.35%

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

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

R = 52.35%
G = 43.21%
B = 4.44%

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

#D4AF12 (or 0xD4AF12) is known color: Sunflower. HEX triplet: D4, AF and 12. RGB value is (212,175,18). Sum of RGB (Red+Green+Blue) = 212+175+18=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AF12 is #2B50ED. Grayscale: #A8A8A8. Windows color (decimal): -2838766 or 1224660. OLE color: 1224660.

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

Color convert

RGB 212 175 18 -
CMYK 0 0.17 0.92 0.17
HSL 48.56º 0.84% 0.45% -
HSV(B) 48.56º 0.92% 0.83% -
XYZ 42.59 44.7 6.96 -
YUV 168.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 212 175 18 0 0.17 0.92 0.17 48.56 0.84 0.45
Hex D4 AF 12 0 11 5C 11 31 54 2D
Octal 324 257 22 0 21 134 21 61 124 55
Binary 11010100 10101111 10010 0 10001 1011100 10001 110001 1010100 101101

Color Harmonies of #D4AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF12

Black with #D4AF12

Text Example


Text Example

White with #D4AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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