Html Css Color HEX #DFC54A Confetti

📋 copy color: '#DFC54A'

red 223 ◦ green 197 ◦ blue 74

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

Shades of Confetti #DFC54A

Tints of Confetti #DFC54A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.88%

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

R = 45.14%
G = 39.88%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFC54A (or 0xDFC54A) is known color: Confetti. HEX triplet: DF, C5 and 4A. RGB value is (223,197,74). Sum of RGB (Red+Green+Blue) = 223+197+74=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC54A is #203AB5. Grayscale: #BFBFBF. Windows color (decimal): -2112182 or 4900319. OLE color: 4900319.

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

Color convert

RGB 223 197 74 -
CMYK 0 0.12 0.67 0.13
HSL 49.53º 0.7% 0.58% -
HSV(B) 49.53º 0.67% 0.87% -
XYZ 51.63 56.11 14.59 -
YUV 190.75 62.11 151 -
System Red Green Blue C M Y K H S L
Decimal 223 197 74 0 0.12 0.67 0.13 49.53 0.7 0.58
Hex DF C5 4A 0 C 43 D 32 46 3A
Octal 337 305 112 0 14 103 15 62 106 72
Binary 11011111 11000101 1001010 0 1100 1000011 1101 110010 1000110 111010

Color Harmonies of #DFC54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC54A

Black with #DFC54A

Text Example


Text Example

White with #DFC54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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