Html Css Color HEX #DFCD4A Confetti

📋 copy color: '#DFCD4A'

red 223 ◦ green 205 ◦ blue 74

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

Shades of Confetti #DFCD4A

Tints of Confetti #DFCD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.74%

R = 44.42%
G = 40.84%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFCD4A (or 0xDFCD4A) is known color: Confetti. HEX triplet: DF, CD and 4A. RGB value is (223,205,74). Sum of RGB (Red+Green+Blue) = 223+205+74=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD4A is #2032B5. Grayscale: #C3C3C3. Windows color (decimal): -2110134 or 4902367. OLE color: 4902367.

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

Color convert

RGB 223 205 74 -
CMYK 0 0.08 0.67 0.13
HSL 52.75º 0.7% 0.58% -
HSV(B) 52.75º 0.67% 0.87% -
XYZ 53.5 59.85 15.21 -
YUV 195.45 59.46 147.65 -
System Red Green Blue C M Y K H S L
Decimal 223 205 74 0 0.08 0.67 0.13 52.75 0.7 0.58
Hex DF CD 4A 0 8 43 D 35 46 3A
Octal 337 315 112 0 10 103 15 65 106 72
Binary 11011111 11001101 1001010 0 1000 1000011 1101 110101 1000110 111010

Color Harmonies of #DFCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD4A

Black with #DFCD4A

Text Example


Text Example

White with #DFCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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