Html Css Color HEX #DFC24A Confetti

📋 copy color: '#DFC24A'

red 223 ◦ green 194 ◦ blue 74

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

Shades of Confetti #DFC24A

Tints of Confetti #DFC24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

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

R = 45.42%
G = 39.51%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFC24A (or 0xDFC24A) is known color: Confetti. HEX triplet: DF, C2 and 4A. RGB value is (223,194,74). Sum of RGB (Red+Green+Blue) = 223+194+74=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC24A is #203DB5. Grayscale: #BDBDBD. Windows color (decimal): -2112950 or 4899551. OLE color: 4899551.

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

Color convert

RGB 223 194 74 -
CMYK 0 0.13 0.67 0.13
HSL 48.32º 0.7% 0.58% -
HSV(B) 48.32º 0.67% 0.87% -
XYZ 50.96 54.77 14.36 -
YUV 188.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 223 194 74 0 0.13 0.67 0.13 48.32 0.7 0.58
Hex DF C2 4A 0 D 43 D 30 46 3A
Octal 337 302 112 0 15 103 15 60 106 72
Binary 11011111 11000010 1001010 0 1101 1000011 1101 110000 1000110 111010

Color Harmonies of #DFC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC24A

Black with #DFC24A

Text Example


Text Example

White with #DFC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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