Html Css Color HEX #DFC00F Sunflower

📋 copy color: '#DFC00F'

red 223 ◦ green 192 ◦ blue 15

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

Shades of Sunflower #DFC00F

Tints of Sunflower #DFC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

 BLUE value IS 15 (6.25% from 255) = 3.49%

R = 51.86%
G = 44.65%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFC00F (or 0xDFC00F) is known color: Sunflower. HEX triplet: DF, C0 and 0F. RGB value is (223,192,15). Sum of RGB (Red+Green+Blue) = 223+192+15=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC00F is #203FF0. Grayscale: #B5B5B5. Windows color (decimal): -2113521 or 1032415. OLE color: 1032415.

HSL color Cylindrical-coordinate representation of color #DFC00F: hue angle of 51.06º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFC00F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 192 15 -
CMYK 0 0.14 0.93 0.13
HSL 51.06º 0.87% 0.47% -
HSV(B) 51.06º 0.93% 0.87% -
XYZ 49.37 53.42 8.16 -
YUV 181.09 34.27 157.89 -
System Red Green Blue C M Y K H S L
Decimal 223 192 15 0 0.14 0.93 0.13 51.06 0.87 0.47
Hex DF C0 F 0 E 5D D 33 57 2F
Octal 337 300 17 0 16 135 15 63 127 57
Binary 11011111 11000000 1111 0 1110 1011101 1101 110011 1010111 101111

Color Harmonies of #DFC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC00F

Black with #DFC00F

Text Example


Text Example

White with #DFC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC00F; }

 p { color: rgb(223,192,15); }

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

background-color css

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

 a { background-color: rgb(223,192,15); }

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

border-color css

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

 span { border-color: rgb(223,192,15); }

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