Html Css Color HEX #DFCD40 Confetti

📋 copy color: '#DFCD40'

red 223 ◦ green 205 ◦ blue 64

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

Shades of Confetti #DFCD40

Tints of Confetti #DFCD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 45.33%
G = 41.67%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFCD40 (or 0xDFCD40) is known color: Confetti. HEX triplet: DF, CD and 40. RGB value is (223,205,64). Sum of RGB (Red+Green+Blue) = 223+205+64=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD40 is #2032BF. Grayscale: #C2C2C2. Windows color (decimal): -2110144 or 4247007. OLE color: 4247007.

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

Color convert

RGB 223 205 64 -
CMYK 0 0.08 0.71 0.13
HSL 53.21º 0.71% 0.56% -
HSV(B) 53.21º 0.71% 0.87% -
XYZ 53.19 59.72 13.57 -
YUV 194.31 54.46 148.46 -
System Red Green Blue C M Y K H S L
Decimal 223 205 64 0 0.08 0.71 0.13 53.21 0.71 0.56
Hex DF CD 40 0 8 47 D 35 47 38
Octal 337 315 100 0 10 107 15 65 107 70
Binary 11011111 11001101 1000000 0 1000 1000111 1101 110101 1000111 111000

Color Harmonies of #DFCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD40

Black with #DFCD40

Text Example


Text Example

White with #DFCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD40; }

 p { color: rgb(223,205,64); }

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

background-color css

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

 a { background-color: rgb(223,205,64); }

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

border-color css

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

 span { border-color: rgb(223,205,64); }

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