Html Css Color HEX #DFCC10 Sunflower

📋 copy color: '#DFCC10'

red 223 ◦ green 204 ◦ blue 16

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

Shades of Sunflower #DFCC10

Tints of Sunflower #DFCC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

 BLUE value IS 16 (6.64% from 255) = 3.61%

R = 50.34%
G = 46.05%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFCC10 (or 0xDFCC10) is known color: Sunflower. HEX triplet: DF, CC and 10. RGB value is (223,204,16). Sum of RGB (Red+Green+Blue) = 223+204+16=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC10 is #2033EF. Grayscale: #BDBDBD. Windows color (decimal): -2110448 or 1101023. OLE color: 1101023.

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

Color convert

RGB 223 204 16 -
CMYK 0 0.09 0.93 0.13
HSL 54.49º 0.87% 0.47% -
HSV(B) 54.49º 0.93% 0.87% -
XYZ 52.12 58.91 9.11 -
YUV 188.25 30.79 152.79 -
System Red Green Blue C M Y K H S L
Decimal 223 204 16 0 0.09 0.93 0.13 54.49 0.87 0.47
Hex DF CC 10 0 9 5D D 36 57 2F
Octal 337 314 20 0 11 135 15 66 127 57
Binary 11011111 11001100 10000 0 1001 1011101 1101 110110 1010111 101111

Color Harmonies of #DFCC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC10

Black with #DFCC10

Text Example


Text Example

White with #DFCC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC10; }

 p { color: rgb(223,204,16); }

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

background-color css

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

 a { background-color: rgb(223,204,16); }

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

border-color css

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

 span { border-color: rgb(223,204,16); }

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