Html Css Color HEX #D4AE0E Sunflower

📋 copy color: '#D4AE0E'

red 212 ◦ green 174 ◦ blue 14

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

Shades of Sunflower #D4AE0E

Tints of Sunflower #D4AE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 53%
G = 43.5%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4AE0E (or 0xD4AE0E) is known color: Sunflower. HEX triplet: D4, AE and 0E. RGB value is (212,174,14). Sum of RGB (Red+Green+Blue) = 212+174+14=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AE0E is #2B51F1. Grayscale: #A7A7A7. Windows color (decimal): -2839026 or 962260. OLE color: 962260.

HSL color Cylindrical-coordinate representation of color #D4AE0E: hue angle of 48.48º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4AE0E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 14 -
CMYK 0 0.18 0.93 0.17
HSL 48.48º 0.88% 0.44% -
HSV(B) 48.48º 0.93% 0.83% -
XYZ 42.37 44.3 6.73 -
YUV 167.12 41.59 160.01 -
System Red Green Blue C M Y K H S L
Decimal 212 174 14 0 0.18 0.93 0.17 48.48 0.88 0.44
Hex D4 AE E 0 12 5D 11 30 58 2C
Octal 324 256 16 0 22 135 21 60 130 54
Binary 11010100 10101110 1110 0 10010 1011101 10001 110000 1011000 101100

Color Harmonies of #D4AE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE0E

Black with #D4AE0E

Text Example


Text Example

White with #D4AE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE0E; }

 p { color: rgb(212,174,14); }

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

background-color css

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

 a { background-color: rgb(212,174,14); }

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

border-color css

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

 span { border-color: rgb(212,174,14); }

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