Html Css Color HEX #DFC948 Confetti

📋 copy color: '#DFC948'

red 223 ◦ green 201 ◦ blue 72

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

Shades of Confetti #DFC948

Tints of Confetti #DFC948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.52%

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

R = 44.96%
G = 40.52%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFC948 (or 0xDFC948) is known color: Confetti. HEX triplet: DF, C9 and 48. RGB value is (223,201,72). Sum of RGB (Red+Green+Blue) = 223+201+72=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC948 is #2036B7. Grayscale: #C1C1C1. Windows color (decimal): -2111160 or 4770271. OLE color: 4770271.

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

Color convert

RGB 223 201 72 -
CMYK 0 0.10 0.68 0.13
HSL 51.26º 0.7% 0.58% -
HSV(B) 51.26º 0.68% 0.87% -
XYZ 52.49 57.93 14.55 -
YUV 192.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 223 201 72 0 0.10 0.68 0.13 51.26 0.7 0.58
Hex DF C9 48 0 A 44 D 33 46 3A
Octal 337 311 110 0 12 104 15 63 106 72
Binary 11011111 11001001 1001000 0 1010 1000100 1101 110011 1000110 111010

Color Harmonies of #DFC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC948

Black with #DFC948

Text Example


Text Example

White with #DFC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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