Html Css Color HEX #DFC04A Confetti

📋 copy color: '#DFC04A'

red 223 ◦ green 192 ◦ blue 74

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

Shades of Confetti #DFC04A

Tints of Confetti #DFC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

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

R = 45.6%
G = 39.26%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFC04A (or 0xDFC04A) is known color: Confetti. HEX triplet: DF, C0 and 4A. RGB value is (223,192,74). Sum of RGB (Red+Green+Blue) = 223+192+74=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC04A is #203FB5. Grayscale: #BCBCBC. Windows color (decimal): -2113462 or 4899039. OLE color: 4899039.

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

Color convert

RGB 223 192 74 -
CMYK 0 0.14 0.67 0.13
HSL 47.52º 0.7% 0.58% -
HSV(B) 47.52º 0.67% 0.87% -
XYZ 50.52 53.88 14.22 -
YUV 187.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 223 192 74 0 0.14 0.67 0.13 47.52 0.7 0.58
Hex DF C0 4A 0 E 43 D 30 46 3A
Octal 337 300 112 0 16 103 15 60 106 72
Binary 11011111 11000000 1001010 0 1110 1000011 1101 110000 1000110 111010

Color Harmonies of #DFC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC04A

Black with #DFC04A

Text Example


Text Example

White with #DFC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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