Html Css Color HEX #DFC912 Sunflower

📋 copy color: '#DFC912'

red 223 ◦ green 201 ◦ blue 18

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

Shades of Sunflower #DFC912

Tints of Sunflower #DFC912

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

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

R = 50.45%
G = 45.48%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFC912 (or 0xDFC912) is known color: Sunflower. HEX triplet: DF, C9 and 12. RGB value is (223,201,18). Sum of RGB (Red+Green+Blue) = 223+201+18=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC912 is #2036ED. Grayscale: #BBBBBB. Windows color (decimal): -2111214 or 1231327. OLE color: 1231327.

HSL color Cylindrical-coordinate representation of color #DFC912: hue angle of 53.56º 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 #DFC912 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 201 18 -
CMYK 0 0.10 0.92 0.13
HSL 53.56º 0.85% 0.47% -
HSV(B) 53.56º 0.92% 0.87% -
XYZ 51.43 57.5 8.96 -
YUV 186.72 32.79 153.88 -
System Red Green Blue C M Y K H S L
Decimal 223 201 18 0 0.10 0.92 0.13 53.56 0.85 0.47
Hex DF C9 12 0 A 5C D 36 55 2F
Octal 337 311 22 0 12 134 15 66 125 57
Binary 11011111 11001001 10010 0 1010 1011100 1101 110110 1010101 101111

Color Harmonies of #DFC912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC912

Black with #DFC912

Text Example


Text Example

White with #DFC912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC912; }

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

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

background-color css

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

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

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

border-color css

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

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

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