Html Css Color HEX #D6AE0C Sunflower

📋 copy color: '#D6AE0C'

red 214 ◦ green 174 ◦ blue 12

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

Shades of Sunflower #D6AE0C

Tints of Sunflower #D6AE0C

RGB

 RED value IS 214 (83.98% from 255) = 53.5%

 GREEN value IS 174 (68.36% from 255) = 43.5%

 BLUE value IS 12 (5.08% from 255) = 3%

R = 53.5%
G = 43.5%
B = 3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6AE0C (or 0xD6AE0C) is known color: Sunflower. HEX triplet: D6, AE and 0C. RGB value is (214,174,12). Sum of RGB (Red+Green+Blue) = 214+174+12=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AE0C is #2951F3. Grayscale: #A8A8A8. Windows color (decimal): -2707956 or 831190. OLE color: 831190.

HSL color Cylindrical-coordinate representation of color #D6AE0C: hue angle of 48.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6AE0C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 12 -
CMYK 0 0.19 0.94 0.16
HSL 48.12º 0.89% 0.44% -
HSV(B) 48.12º 0.94% 0.84% -
XYZ 42.93 44.59 6.69 -
YUV 167.49 40.25 161.17 -
System Red Green Blue C M Y K H S L
Decimal 214 174 12 0 0.19 0.94 0.16 48.12 0.89 0.44
Hex D6 AE C 0 13 5E 10 30 59 2C
Octal 326 256 14 0 23 136 20 60 131 54
Binary 11010110 10101110 1100 0 10011 1011110 10000 110000 1011001 101100

Color Harmonies of #D6AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE0C

Black with #D6AE0C

Text Example


Text Example

White with #D6AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE0C; }

 p { color: rgb(214,174,12); }

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

background-color css

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

 a { background-color: rgb(214,174,12); }

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

border-color css

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

 span { border-color: rgb(214,174,12); }

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