Html Css Color HEX #DFC348 Confetti

📋 copy color: '#DFC348'

red 223 ◦ green 195 ◦ blue 72

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

Shades of Confetti #DFC348

Tints of Confetti #DFC348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.69%

R = 45.51%
G = 39.8%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFC348 (or 0xDFC348) is known color: Confetti. HEX triplet: DF, C3 and 48. RGB value is (223,195,72). Sum of RGB (Red+Green+Blue) = 223+195+72=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC348 is #203CB7. Grayscale: #BDBDBD. Windows color (decimal): -2112696 or 4768735. OLE color: 4768735.

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

Color convert

RGB 223 195 72 -
CMYK 0 0.13 0.68 0.13
HSL 48.87º 0.7% 0.58% -
HSV(B) 48.87º 0.68% 0.87% -
XYZ 51.12 55.19 14.09 -
YUV 189.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 223 195 72 0 0.13 0.68 0.13 48.87 0.7 0.58
Hex DF C3 48 0 D 44 D 31 46 3A
Octal 337 303 110 0 15 104 15 61 106 72
Binary 11011111 11000011 1001000 0 1101 1000100 1101 110001 1000110 111010

Color Harmonies of #DFC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC348

Black with #DFC348

Text Example


Text Example

White with #DFC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC348; }

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

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

background-color css

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

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

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

border-color css

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

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

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