Html Css Color HEX #D4AE0D Sunflower

📋 copy color: '#D4AE0D'

red 212 ◦ green 174 ◦ blue 13

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

Shades of Sunflower #D4AE0D

Tints of Sunflower #D4AE0D

RGB

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

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

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

R = 53.13%
G = 43.61%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4AE0D (or 0xD4AE0D) is known color: Sunflower. HEX triplet: D4, AE and 0D. RGB value is (212,174,13). Sum of RGB (Red+Green+Blue) = 212+174+13=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AE0D is #2B51F2. Grayscale: #A7A7A7. Windows color (decimal): -2839027 or 896724. OLE color: 896724.

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

Color convert

RGB 212 174 13 -
CMYK 0 0.18 0.94 0.17
HSL 48.54º 0.88% 0.44% -
HSV(B) 48.54º 0.94% 0.83% -
XYZ 42.36 44.3 6.7 -
YUV 167.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 212 174 13 0 0.18 0.94 0.17 48.54 0.88 0.44
Hex D4 AE D 0 12 5E 11 31 58 2C
Octal 324 256 15 0 22 136 21 61 130 54
Binary 11010100 10101110 1101 0 10010 1011110 10001 110001 1011000 101100

Color Harmonies of #D4AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE0D

Black with #D4AE0D

Text Example


Text Example

White with #D4AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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