Html Css Color HEX #DFC40C Sunflower

📋 copy color: '#DFC40C'

red 223 ◦ green 196 ◦ blue 12

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

Shades of Sunflower #DFC40C

Tints of Sunflower #DFC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.48%

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 51.74%
G = 45.48%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFC40C (or 0xDFC40C) is known color: Sunflower. HEX triplet: DF, C4 and 0C. RGB value is (223,196,12). Sum of RGB (Red+Green+Blue) = 223+196+12=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC40C is #203BF3. Grayscale: #B7B7B7. Windows color (decimal): -2112500 or 836831. OLE color: 836831.

HSL color Cylindrical-coordinate representation of color #DFC40C: hue angle of 52.32º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFC40C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 196 12 -
CMYK 0 0.12 0.95 0.13
HSL 52.32º 0.9% 0.46% -
HSV(B) 52.32º 0.95% 0.87% -
XYZ 50.24 55.19 8.35 -
YUV 183.1 31.45 156.46 -
System Red Green Blue C M Y K H S L
Decimal 223 196 12 0 0.12 0.95 0.13 52.32 0.9 0.46
Hex DF C4 C 0 C 5F D 34 5A 2E
Octal 337 304 14 0 14 137 15 64 132 56
Binary 11011111 11000100 1100 0 1100 1011111 1101 110100 1011010 101110

Color Harmonies of #DFC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC40C

Black with #DFC40C

Text Example


Text Example

White with #DFC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC40C; }

 p { color: rgb(223,196,12); }

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

background-color css

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

 a { background-color: rgb(223,196,12); }

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

border-color css

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

 span { border-color: rgb(223,196,12); }

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