Html Css Color HEX #DFC70C Sunflower

📋 copy color: '#DFC70C'

red 223 ◦ green 199 ◦ blue 12

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

Shades of Sunflower #DFC70C

Tints of Sunflower #DFC70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.85%

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

R = 51.38%
G = 45.85%
B = 2.76%

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

#DFC70C (or 0xDFC70C) is known color: Sunflower. HEX triplet: DF, C7 and 0C. RGB value is (223,199,12). Sum of RGB (Red+Green+Blue) = 223+199+12=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC70C is #2038F3. Grayscale: #B9B9B9. Windows color (decimal): -2111732 or 837599. OLE color: 837599.

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

Color convert

RGB 223 199 12 -
CMYK 0 0.11 0.95 0.13
HSL 53.18º 0.9% 0.46% -
HSV(B) 53.18º 0.95% 0.87% -
XYZ 50.92 56.56 8.58 -
YUV 184.86 30.45 155.21 -
System Red Green Blue C M Y K H S L
Decimal 223 199 12 0 0.11 0.95 0.13 53.18 0.9 0.46
Hex DF C7 C 0 B 5F D 35 5A 2E
Octal 337 307 14 0 13 137 15 65 132 56
Binary 11011111 11000111 1100 0 1011 1011111 1101 110101 1011010 101110

Color Harmonies of #DFC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC70C

Black with #DFC70C

Text Example


Text Example

White with #DFC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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