Html Css Color HEX #DFC252 Confetti

📋 copy color: '#DFC252'

red 223 ◦ green 194 ◦ blue 82

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

Shades of Confetti #DFC252

Tints of Confetti #DFC252

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

 BLUE value IS 82 (32.42% from 255) = 16.43%

R = 44.69%
G = 38.88%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFC252 (or 0xDFC252) is known color: Confetti. HEX triplet: DF, C2 and 52. RGB value is (223,194,82). Sum of RGB (Red+Green+Blue) = 223+194+82=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC252 is #203DAD. Grayscale: #BEBEBE. Windows color (decimal): -2112942 or 5423839. OLE color: 5423839.

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

Color convert

RGB 223 194 82 -
CMYK 0 0.13 0.63 0.13
HSL 47.66º 0.69% 0.6% -
HSV(B) 47.66º 0.63% 0.87% -
XYZ 51.25 54.88 15.87 -
YUV 189.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 223 194 82 0 0.13 0.63 0.13 47.66 0.69 0.6
Hex DF C2 52 0 D 3F D 30 45 3C
Octal 337 302 122 0 15 77 15 60 105 74
Binary 11011111 11000010 1010010 0 1101 111111 1101 110000 1000101 111100

Color Harmonies of #DFC252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC252

Black with #DFC252

Text Example


Text Example

White with #DFC252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC252; }

 p { color: rgb(223,194,82); }

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

background-color css

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

 a { background-color: rgb(223,194,82); }

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

border-color css

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

 span { border-color: rgb(223,194,82); }

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