Html Css Color HEX #DFD54A Confetti

📋 copy color: '#DFD54A'

red 223 ◦ green 213 ◦ blue 74

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

Shades of Confetti #DFD54A

Tints of Confetti #DFD54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.76%

 BLUE value IS 74 (29.3% from 255) = 14.51%

R = 43.73%
G = 41.76%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFD54A (or 0xDFD54A) is known color: Confetti. HEX triplet: DF, D5 and 4A. RGB value is (223,213,74). Sum of RGB (Red+Green+Blue) = 223+213+74=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD54A is #202AB5. Grayscale: #C8C8C8. Windows color (decimal): -2108086 or 4904415. OLE color: 4904415.

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

Color convert

RGB 223 213 74 -
CMYK 0 0.04 0.67 0.13
HSL 55.97º 0.7% 0.58% -
HSV(B) 55.97º 0.67% 0.87% -
XYZ 55.46 63.77 15.86 -
YUV 200.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 223 213 74 0 0.04 0.67 0.13 55.97 0.7 0.58
Hex DF D5 4A 0 4 43 D 38 46 3A
Octal 337 325 112 0 4 103 15 70 106 72
Binary 11011111 11010101 1001010 0 100 1000011 1101 111000 1000110 111010

Color Harmonies of #DFD54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD54A

Black with #DFD54A

Text Example


Text Example

White with #DFD54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD54A; }

 p { color: rgb(223,213,74); }

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

background-color css

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

 a { background-color: rgb(223,213,74); }

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

border-color css

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

 span { border-color: rgb(223,213,74); }

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