Html Css Color HEX #DFC145 Confetti

📋 copy color: '#DFC145'

red 223 ◦ green 193 ◦ blue 69

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

Shades of Confetti #DFC145

Tints of Confetti #DFC145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.79%

 BLUE value IS 69 (27.34% from 255) = 14.23%

R = 45.98%
G = 39.79%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFC145 (or 0xDFC145) is known color: Confetti. HEX triplet: DF, C1 and 45. RGB value is (223,193,69). Sum of RGB (Red+Green+Blue) = 223+193+69=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC145 is #203EBA. Grayscale: #BCBCBC. Windows color (decimal): -2113211 or 4571615. OLE color: 4571615.

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

Color convert

RGB 223 193 69 -
CMYK 0 0.13 0.69 0.13
HSL 48.31º 0.71% 0.57% -
HSV(B) 48.31º 0.69% 0.87% -
XYZ 50.58 54.26 13.44 -
YUV 187.83 60.94 153.08 -
System Red Green Blue C M Y K H S L
Decimal 223 193 69 0 0.13 0.69 0.13 48.31 0.71 0.57
Hex DF C1 45 0 D 45 D 30 47 39
Octal 337 301 105 0 15 105 15 60 107 71
Binary 11011111 11000001 1000101 0 1101 1000101 1101 110000 1000111 111001

Color Harmonies of #DFC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC145

Black with #DFC145

Text Example


Text Example

White with #DFC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC145; }

 p { color: rgb(223,193,69); }

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

background-color css

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

 a { background-color: rgb(223,193,69); }

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

border-color css

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

 span { border-color: rgb(223,193,69); }

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