Html Css Color HEX #DFD14A Confetti

📋 copy color: '#DFD14A'

red 223 ◦ green 209 ◦ blue 74

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

Shades of Confetti #DFD14A

Tints of Confetti #DFD14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.3%

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

R = 44.07%
G = 41.3%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFD14A (or 0xDFD14A) is known color: Confetti. HEX triplet: DF, D1 and 4A. RGB value is (223,209,74). Sum of RGB (Red+Green+Blue) = 223+209+74=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD14A is #202EB5. Grayscale: #C6C6C6. Windows color (decimal): -2109110 or 4903391. OLE color: 4903391.

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

Color convert

RGB 223 209 74 -
CMYK 0 0.06 0.67 0.13
HSL 54.36º 0.7% 0.58% -
HSV(B) 54.36º 0.67% 0.87% -
XYZ 54.47 61.78 15.53 -
YUV 197.8 58.14 145.98 -
System Red Green Blue C M Y K H S L
Decimal 223 209 74 0 0.06 0.67 0.13 54.36 0.7 0.58
Hex DF D1 4A 0 6 43 D 36 46 3A
Octal 337 321 112 0 6 103 15 66 106 72
Binary 11011111 11010001 1001010 0 110 1000011 1101 110110 1000110 111010

Color Harmonies of #DFD14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD14A

Black with #DFD14A

Text Example


Text Example

White with #DFD14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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