Html Css Color HEX #DFD312 Sunflower

📋 copy color: '#DFD312'

red 223 ◦ green 211 ◦ blue 18

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

Shades of Sunflower #DFD312

Tints of Sunflower #DFD312

RGB

 RED value IS 223 (87.5% from 255) = 49.34%

 GREEN value IS 211 (82.81% from 255) = 46.68%

 BLUE value IS 18 (7.42% from 255) = 3.98%

R = 49.34%
G = 46.68%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFD312 (or 0xDFD312) is known color: Sunflower. HEX triplet: DF, D3 and 12. RGB value is (223,211,18). Sum of RGB (Red+Green+Blue) = 223+211+18=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD312 is #202CED. Grayscale: #C1C1C1. Windows color (decimal): -2108654 or 1233887. OLE color: 1233887.

HSL color Cylindrical-coordinate representation of color #DFD312: hue angle of 56.49º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFD312 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 18 -
CMYK 0 0.05 0.92 0.13
HSL 56.49º 0.85% 0.47% -
HSV(B) 56.49º 0.92% 0.87% -
XYZ 53.83 62.32 9.76 -
YUV 192.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 223 211 18 0 0.05 0.92 0.13 56.49 0.85 0.47
Hex DF D3 12 0 5 5C D 38 55 2F
Octal 337 323 22 0 5 134 15 70 125 57
Binary 11011111 11010011 10010 0 101 1011100 1101 111000 1010101 101111

Color Harmonies of #DFD312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD312

Black with #DFD312

Text Example


Text Example

White with #DFD312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD312; }

 p { color: rgb(223,211,18); }

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

background-color css

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

 a { background-color: rgb(223,211,18); }

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

border-color css

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

 span { border-color: rgb(223,211,18); }

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