Html Css Color HEX #DFC34A Confetti

📋 copy color: '#DFC34A'

red 223 ◦ green 195 ◦ blue 74

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

Shades of Confetti #DFC34A

Tints of Confetti #DFC34A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.63%

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

R = 45.33%
G = 39.63%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFC34A (or 0xDFC34A) is known color: Confetti. HEX triplet: DF, C3 and 4A. RGB value is (223,195,74). Sum of RGB (Red+Green+Blue) = 223+195+74=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC34A is #203CB5. Grayscale: #BEBEBE. Windows color (decimal): -2112694 or 4899807. OLE color: 4899807.

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

Color convert

RGB 223 195 74 -
CMYK 0 0.13 0.67 0.13
HSL 48.72º 0.7% 0.58% -
HSV(B) 48.72º 0.67% 0.87% -
XYZ 51.18 55.21 14.44 -
YUV 189.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 223 195 74 0 0.13 0.67 0.13 48.72 0.7 0.58
Hex DF C3 4A 0 D 43 D 31 46 3A
Octal 337 303 112 0 15 103 15 61 106 72
Binary 11011111 11000011 1001010 0 1101 1000011 1101 110001 1000110 111010

Color Harmonies of #DFC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC34A

Black with #DFC34A

Text Example


Text Example

White with #DFC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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