Html Css Color HEX #DFC60C Sunflower

📋 copy color: '#DFC60C'

red 223 ◦ green 198 ◦ blue 12

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

Shades of Sunflower #DFC60C

Tints of Sunflower #DFC60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.73%

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

R = 51.5%
G = 45.73%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFC60C (or 0xDFC60C) is known color: Sunflower. HEX triplet: DF, C6 and 0C. RGB value is (223,198,12). Sum of RGB (Red+Green+Blue) = 223+198+12=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC60C is #2039F3. Grayscale: #B9B9B9. Windows color (decimal): -2111988 or 837343. OLE color: 837343.

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

Color convert

RGB 223 198 12 -
CMYK 0 0.11 0.95 0.13
HSL 52.89º 0.9% 0.46% -
HSV(B) 52.89º 0.95% 0.87% -
XYZ 50.69 56.1 8.5 -
YUV 184.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 223 198 12 0 0.11 0.95 0.13 52.89 0.9 0.46
Hex DF C6 C 0 B 5F D 35 5A 2E
Octal 337 306 14 0 13 137 15 65 132 56
Binary 11011111 11000110 1100 0 1011 1011111 1101 110101 1011010 101110

Color Harmonies of #DFC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC60C

Black with #DFC60C

Text Example


Text Example

White with #DFC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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