Html Css Color HEX #DFC50C Sunflower

📋 copy color: '#DFC50C'

red 223 ◦ green 197 ◦ blue 12

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

Shades of Sunflower #DFC50C

Tints of Sunflower #DFC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.6%

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

R = 51.62%
G = 45.6%
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

#DFC50C (or 0xDFC50C) is known color: Sunflower. HEX triplet: DF, C5 and 0C. RGB value is (223,197,12). Sum of RGB (Red+Green+Blue) = 223+197+12=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC50C is #203AF3. Grayscale: #B8B8B8. Windows color (decimal): -2112244 or 837087. OLE color: 837087.

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

Color convert

RGB 223 197 12 -
CMYK 0 0.12 0.95 0.13
HSL 52.61º 0.9% 0.46% -
HSV(B) 52.61º 0.95% 0.87% -
XYZ 50.46 55.65 8.43 -
YUV 183.68 31.11 156.04 -
System Red Green Blue C M Y K H S L
Decimal 223 197 12 0 0.12 0.95 0.13 52.61 0.9 0.46
Hex DF C5 C 0 C 5F D 35 5A 2E
Octal 337 305 14 0 14 137 15 65 132 56
Binary 11011111 11000101 1100 0 1100 1011111 1101 110101 1011010 101110

Color Harmonies of #DFC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC50C

Black with #DFC50C

Text Example


Text Example

White with #DFC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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