Html Css Color HEX #DFC93D Confetti

📋 copy color: '#DFC93D'

red 223 ◦ green 201 ◦ blue 61

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

Shades of Confetti #DFC93D

Tints of Confetti #DFC93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.58%

R = 45.98%
G = 41.44%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DFC93D (or 0xDFC93D) is known color: Confetti. HEX triplet: DF, C9 and 3D. RGB value is (223,201,61). Sum of RGB (Red+Green+Blue) = 223+201+61=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC93D is #2036C2. Grayscale: #C0C0C0. Windows color (decimal): -2111171 or 4049375. OLE color: 4049375.

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

Color convert

RGB 223 201 61 -
CMYK 0 0.10 0.73 0.13
HSL 51.85º 0.72% 0.56% -
HSV(B) 51.85º 0.73% 0.87% -
XYZ 52.16 57.8 12.82 -
YUV 191.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 223 201 61 0 0.10 0.73 0.13 51.85 0.72 0.56
Hex DF C9 3D 0 A 49 D 34 48 38
Octal 337 311 75 0 12 111 15 64 110 70
Binary 11011111 11001001 111101 0 1010 1001001 1101 110100 1001000 111000

Color Harmonies of #DFC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC93D

Black with #DFC93D

Text Example


Text Example

White with #DFC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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