Html Css Color HEX #DFCF52 Confetti

📋 copy color: '#DFCF52'

red 223 ◦ green 207 ◦ blue 82

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

Shades of Confetti #DFCF52

Tints of Confetti #DFCF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

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

R = 43.55%
G = 40.43%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFCF52 (or 0xDFCF52) is known color: Confetti. HEX triplet: DF, CF and 52. RGB value is (223,207,82). Sum of RGB (Red+Green+Blue) = 223+207+82=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF52 is #2030AD. Grayscale: #C6C6C6. Windows color (decimal): -2109614 or 5427167. OLE color: 5427167.

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

Color convert

RGB 223 207 82 -
CMYK 0 0.07 0.63 0.13
HSL 53.19º 0.69% 0.6% -
HSV(B) 53.19º 0.63% 0.87% -
XYZ 54.27 60.92 16.88 -
YUV 197.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 223 207 82 0 0.07 0.63 0.13 53.19 0.69 0.6
Hex DF CF 52 0 7 3F D 35 45 3C
Octal 337 317 122 0 7 77 15 65 105 74
Binary 11011111 11001111 1010010 0 111 111111 1101 110101 1000101 111100

Color Harmonies of #DFCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF52

Black with #DFCF52

Text Example


Text Example

White with #DFCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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