Html Css Color HEX #DFC645 Confetti

📋 copy color: '#DFC645'

red 223 ◦ green 198 ◦ blue 69

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

Shades of Confetti #DFC645

Tints of Confetti #DFC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

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

R = 45.51%
G = 40.41%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFC645 (or 0xDFC645) is known color: Confetti. HEX triplet: DF, C6 and 45. RGB value is (223,198,69). Sum of RGB (Red+Green+Blue) = 223+198+69=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC645 is #2039BA. Grayscale: #BFBFBF. Windows color (decimal): -2111931 or 4572895. OLE color: 4572895.

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

Color convert

RGB 223 198 69 -
CMYK 0 0.11 0.69 0.13
HSL 50.26º 0.71% 0.57% -
HSV(B) 50.26º 0.69% 0.87% -
XYZ 51.7 56.51 13.81 -
YUV 190.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 223 198 69 0 0.11 0.69 0.13 50.26 0.71 0.57
Hex DF C6 45 0 B 45 D 32 47 39
Octal 337 306 105 0 13 105 15 62 107 71
Binary 11011111 11000110 1000101 0 1011 1000101 1101 110010 1000111 111001

Color Harmonies of #DFC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC645

Black with #DFC645

Text Example


Text Example

White with #DFC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC645; }

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

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

background-color css

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

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

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

border-color css

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

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

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