Html Css Color HEX #DFC14D Confetti

📋 copy color: '#DFC14D'

red 223 ◦ green 193 ◦ blue 77

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

Shades of Confetti #DFC14D

Tints of Confetti #DFC14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.62%

R = 45.23%
G = 39.15%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFC14D (or 0xDFC14D) is known color: Confetti. HEX triplet: DF, C1 and 4D. RGB value is (223,193,77). Sum of RGB (Red+Green+Blue) = 223+193+77=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC14D is #203EB2. Grayscale: #BDBDBD. Windows color (decimal): -2113203 or 5095903. OLE color: 5095903.

HSL color Cylindrical-coordinate representation of color #DFC14D: hue angle of 47.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFC14D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 193 77 -
CMYK 0 0.13 0.65 0.13
HSL 47.67º 0.7% 0.59% -
HSV(B) 47.67º 0.65% 0.87% -
XYZ 50.84 54.36 14.83 -
YUV 188.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 223 193 77 0 0.13 0.65 0.13 47.67 0.7 0.59
Hex DF C1 4D 0 D 41 D 30 46 3B
Octal 337 301 115 0 15 101 15 60 106 73
Binary 11011111 11000001 1001101 0 1101 1000001 1101 110000 1000110 111011

Color Harmonies of #DFC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC14D

Black with #DFC14D

Text Example


Text Example

White with #DFC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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