Html Css Color HEX #D5AF0A Sunflower

📋 copy color: '#D5AF0A'

red 213 ◦ green 175 ◦ blue 10

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

Shades of Sunflower #D5AF0A

Tints of Sunflower #D5AF0A

RGB

 RED value IS 213 (83.59% from 255) = 53.52%

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 53.52%
G = 43.97%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5AF0A (or 0xD5AF0A) is known color: Sunflower. HEX triplet: D5, AF and 0A. RGB value is (213,175,10). Sum of RGB (Red+Green+Blue) = 213+175+10=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF0A is #2A50F5. Grayscale: #A8A8A8. Windows color (decimal): -2773238 or 700373. OLE color: 700373.

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

Color convert

RGB 213 175 10 -
CMYK 0 0.18 0.95 0.16
HSL 48.77º 0.91% 0.44% -
HSV(B) 48.77º 0.95% 0.84% -
XYZ 42.83 44.83 6.68 -
YUV 167.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 213 175 10 0 0.18 0.95 0.16 48.77 0.91 0.44
Hex D5 AF A 0 12 5F 10 31 5B 2C
Octal 325 257 12 0 22 137 20 61 133 54
Binary 11010101 10101111 1010 0 10010 1011111 10000 110001 1011011 101100

Color Harmonies of #D5AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF0A

Black with #D5AF0A

Text Example


Text Example

White with #D5AF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF0A; }

 p { color: rgb(213,175,10); }

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

background-color css

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

 a { background-color: rgb(213,175,10); }

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

border-color css

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

 span { border-color: rgb(213,175,10); }

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