Html Css Color HEX #DFC93E Confetti

📋 copy color: '#DFC93E'

red 223 ◦ green 201 ◦ blue 62

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

Shades of Confetti #DFC93E

Tints of Confetti #DFC93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.76%

R = 45.88%
G = 41.36%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFC93E (or 0xDFC93E) is known color: Confetti. HEX triplet: DF, C9 and 3E. RGB value is (223,201,62). Sum of RGB (Red+Green+Blue) = 223+201+62=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC93E is #2036C1. Grayscale: #C0C0C0. Windows color (decimal): -2111170 or 4114911. OLE color: 4114911.

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

Color convert

RGB 223 201 62 -
CMYK 0 0.10 0.72 0.13
HSL 51.8º 0.72% 0.56% -
HSV(B) 51.8º 0.72% 0.87% -
XYZ 52.19 57.81 12.97 -
YUV 191.73 54.79 150.3 -
System Red Green Blue C M Y K H S L
Decimal 223 201 62 0 0.10 0.72 0.13 51.8 0.72 0.56
Hex DF C9 3E 0 A 48 D 34 48 38
Octal 337 311 76 0 12 110 15 64 110 70
Binary 11011111 11001001 111110 0 1010 1001000 1101 110100 1001000 111000

Color Harmonies of #DFC93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC93E

Black with #DFC93E

Text Example


Text Example

White with #DFC93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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