Html Css Color HEX #DFC94C Confetti

📋 copy color: '#DFC94C'

red 223 ◦ green 201 ◦ blue 76

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

Shades of Confetti #DFC94C

Tints of Confetti #DFC94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

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

R = 44.6%
G = 40.2%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFC94C (or 0xDFC94C) is known color: Confetti. HEX triplet: DF, C9 and 4C. RGB value is (223,201,76). Sum of RGB (Red+Green+Blue) = 223+201+76=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC94C is #2036B3. Grayscale: #C1C1C1. Windows color (decimal): -2111156 or 5032415. OLE color: 5032415.

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

Color convert

RGB 223 201 76 -
CMYK 0 0.10 0.66 0.13
HSL 51.02º 0.7% 0.59% -
HSV(B) 51.02º 0.66% 0.87% -
XYZ 52.62 57.98 15.26 -
YUV 193.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 223 201 76 0 0.10 0.66 0.13 51.02 0.7 0.59
Hex DF C9 4C 0 A 42 D 33 46 3B
Octal 337 311 114 0 12 102 15 63 106 73
Binary 11011111 11001001 1001100 0 1010 1000010 1101 110011 1000110 111011

Color Harmonies of #DFC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC94C

Black with #DFC94C

Text Example


Text Example

White with #DFC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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