Html Css Color HEX #DFC14C Confetti

📋 copy color: '#DFC14C'

red 223 ◦ green 193 ◦ blue 76

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

Shades of Confetti #DFC14C

Tints of Confetti #DFC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.45%

R = 45.33%
G = 39.23%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFC14C (or 0xDFC14C) is known color: Confetti. HEX triplet: DF, C1 and 4C. RGB value is (223,193,76). Sum of RGB (Red+Green+Blue) = 223+193+76=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC14C is #203EB3. Grayscale: #BDBDBD. Windows color (decimal): -2113204 or 5030367. OLE color: 5030367.

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

Color convert

RGB 223 193 76 -
CMYK 0 0.13 0.66 0.13
HSL 47.76º 0.7% 0.59% -
HSV(B) 47.76º 0.66% 0.87% -
XYZ 50.81 54.35 14.65 -
YUV 188.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 223 193 76 0 0.13 0.66 0.13 47.76 0.7 0.59
Hex DF C1 4C 0 D 42 D 30 46 3B
Octal 337 301 114 0 15 102 15 60 106 73
Binary 11011111 11000001 1001100 0 1101 1000010 1101 110000 1000110 111011

Color Harmonies of #DFC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC14C

Black with #DFC14C

Text Example


Text Example

White with #DFC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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