Html Css Color HEX #DFD348 Confetti

📋 copy color: '#DFD348'

red 223 ◦ green 211 ◦ blue 72

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

Shades of Confetti #DFD348

Tints of Confetti #DFD348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

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

R = 44.07%
G = 41.7%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFD348 (or 0xDFD348) is known color: Confetti. HEX triplet: DF, D3 and 48. RGB value is (223,211,72). Sum of RGB (Red+Green+Blue) = 223+211+72=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD348 is #202CB7. Grayscale: #C7C7C7. Windows color (decimal): -2108600 or 4772831. OLE color: 4772831.

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

Color convert

RGB 223 211 72 -
CMYK 0 0.05 0.68 0.13
HSL 55.23º 0.7% 0.58% -
HSV(B) 55.23º 0.68% 0.87% -
XYZ 54.9 62.74 15.35 -
YUV 198.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 223 211 72 0 0.05 0.68 0.13 55.23 0.7 0.58
Hex DF D3 48 0 5 44 D 37 46 3A
Octal 337 323 110 0 5 104 15 67 106 72
Binary 11011111 11010011 1001000 0 101 1000100 1101 110111 1000110 111010

Color Harmonies of #DFD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD348

Black with #DFD348

Text Example


Text Example

White with #DFD348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD348; }

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

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

background-color css

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

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

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

border-color css

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

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

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