Html Css Color HEX #DFC14A Confetti

📋 copy color: '#DFC14A'

red 223 ◦ green 193 ◦ blue 74

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

Shades of Confetti #DFC14A

Tints of Confetti #DFC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.39%

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

R = 45.51%
G = 39.39%
B = 15.1%

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

#DFC14A (or 0xDFC14A) is known color: Confetti. HEX triplet: DF, C1 and 4A. RGB value is (223,193,74). Sum of RGB (Red+Green+Blue) = 223+193+74=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC14A is #203EB5. Grayscale: #BCBCBC. Windows color (decimal): -2113206 or 4899295. OLE color: 4899295.

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

Color convert

RGB 223 193 74 -
CMYK 0 0.13 0.67 0.13
HSL 47.92º 0.7% 0.58% -
HSV(B) 47.92º 0.67% 0.87% -
XYZ 50.74 54.32 14.29 -
YUV 188.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 223 193 74 0 0.13 0.67 0.13 47.92 0.7 0.58
Hex DF C1 4A 0 D 43 D 30 46 3A
Octal 337 301 112 0 15 103 15 60 106 72
Binary 11011111 11000001 1001010 0 1101 1000011 1101 110000 1000110 111010

Color Harmonies of #DFC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC14A

Black with #DFC14A

Text Example


Text Example

White with #DFC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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