Html Css Color HEX #DFC04F Confetti

📋 copy color: '#DFC04F'

red 223 ◦ green 192 ◦ blue 79

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

Shades of Confetti #DFC04F

Tints of Confetti #DFC04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 45.14%
G = 38.87%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFC04F (or 0xDFC04F) is known color: Confetti. HEX triplet: DF, C0 and 4F. RGB value is (223,192,79). Sum of RGB (Red+Green+Blue) = 223+192+79=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC04F is #203FB0. Grayscale: #BCBCBC. Windows color (decimal): -2113457 or 5226719. OLE color: 5226719.

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

Color convert

RGB 223 192 79 -
CMYK 0 0.14 0.65 0.13
HSL 47.08º 0.69% 0.59% -
HSV(B) 47.08º 0.65% 0.87% -
XYZ 50.69 53.95 15.14 -
YUV 188.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 223 192 79 0 0.14 0.65 0.13 47.08 0.69 0.59
Hex DF C0 4F 0 E 41 D 2F 45 3B
Octal 337 300 117 0 16 101 15 57 105 73
Binary 11011111 11000000 1001111 0 1110 1000001 1101 101111 1000101 111011

Color Harmonies of #DFC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC04F

Black with #DFC04F

Text Example


Text Example

White with #DFC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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