Html Css Color HEX #DFC346 Confetti

📋 copy color: '#DFC346'

red 223 ◦ green 195 ◦ blue 70

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

Shades of Confetti #DFC346

Tints of Confetti #DFC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.96%

 BLUE value IS 70 (27.73% from 255) = 14.34%

R = 45.7%
G = 39.96%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFC346 (or 0xDFC346) is known color: Confetti. HEX triplet: DF, C3 and 46. RGB value is (223,195,70). Sum of RGB (Red+Green+Blue) = 223+195+70=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC346 is #203CB9. Grayscale: #BDBDBD. Windows color (decimal): -2112698 or 4637663. OLE color: 4637663.

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

Color convert

RGB 223 195 70 -
CMYK 0 0.13 0.69 0.13
HSL 49.02º 0.71% 0.57% -
HSV(B) 49.02º 0.69% 0.87% -
XYZ 51.05 55.16 13.75 -
YUV 189.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 223 195 70 0 0.13 0.69 0.13 49.02 0.71 0.57
Hex DF C3 46 0 D 45 D 31 47 39
Octal 337 303 106 0 15 105 15 61 107 71
Binary 11011111 11000011 1000110 0 1101 1000101 1101 110001 1000111 111001

Color Harmonies of #DFC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC346

Black with #DFC346

Text Example


Text Example

White with #DFC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC346; }

 p { color: rgb(223,195,70); }

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

background-color css

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

 a { background-color: rgb(223,195,70); }

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

border-color css

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

 span { border-color: rgb(223,195,70); }

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