Html Css Color HEX #DFC14E Confetti

📋 copy color: '#DFC14E'

red 223 ◦ green 193 ◦ blue 78

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

Shades of Confetti #DFC14E

Tints of Confetti #DFC14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.79%

R = 45.14%
G = 39.07%
B = 15.79%

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

#DFC14E (or 0xDFC14E) is known color: Confetti. HEX triplet: DF, C1 and 4E. RGB value is (223,193,78). Sum of RGB (Red+Green+Blue) = 223+193+78=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC14E is #203EB1. Grayscale: #BDBDBD. Windows color (decimal): -2113202 or 5161439. OLE color: 5161439.

HSL color Cylindrical-coordinate representation of color #DFC14E: hue angle of 47.59º degrees, saturation: 0.69, 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 #DFC14E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 193 78 -
CMYK 0 0.13 0.65 0.13
HSL 47.59º 0.69% 0.59% -
HSV(B) 47.59º 0.65% 0.87% -
XYZ 50.88 54.38 15.02 -
YUV 188.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 223 193 78 0 0.13 0.65 0.13 47.59 0.69 0.59
Hex DF C1 4E 0 D 41 D 30 45 3B
Octal 337 301 116 0 15 101 15 60 105 73
Binary 11011111 11000001 1001110 0 1101 1000001 1101 110000 1000101 111011

Color Harmonies of #DFC14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC14E

Black with #DFC14E

Text Example


Text Example

White with #DFC14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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