Html Css Color HEX #D6AE0D Sunflower

📋 copy color: '#D6AE0D'

red 214 ◦ green 174 ◦ blue 13

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

Shades of Sunflower #D6AE0D

Tints of Sunflower #D6AE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 53.37%
G = 43.39%
B = 3.24%

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

#D6AE0D (or 0xD6AE0D) is known color: Sunflower. HEX triplet: D6, AE and 0D. RGB value is (214,174,13). Sum of RGB (Red+Green+Blue) = 214+174+13=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AE0D is #2951F2. Grayscale: #A8A8A8. Windows color (decimal): -2707955 or 896726. OLE color: 896726.

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

Color convert

RGB 214 174 13 -
CMYK 0 0.19 0.94 0.16
HSL 48.06º 0.89% 0.45% -
HSV(B) 48.06º 0.94% 0.84% -
XYZ 42.94 44.6 6.73 -
YUV 167.61 40.75 161.09 -
System Red Green Blue C M Y K H S L
Decimal 214 174 13 0 0.19 0.94 0.16 48.06 0.89 0.45
Hex D6 AE D 0 13 5E 10 30 59 2D
Octal 326 256 15 0 23 136 20 60 131 55
Binary 11010110 10101110 1101 0 10011 1011110 10000 110000 1011001 101101

Color Harmonies of #D6AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE0D

Black with #D6AE0D

Text Example


Text Example

White with #D6AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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