Html Css Color HEX #DDCF3F Confetti

📋 copy color: '#DDCF3F'

red 221 ◦ green 207 ◦ blue 63

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

Shades of Confetti #DDCF3F

Tints of Confetti #DDCF3F

RGB

 RED value IS 221 (86.72% from 255) = 45.01%

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

 BLUE value IS 63 (25% from 255) = 12.83%

R = 45.01%
G = 42.16%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDCF3F (or 0xDDCF3F) is known color: Confetti. HEX triplet: DD, CF and 3F. RGB value is (221,207,63). Sum of RGB (Red+Green+Blue) = 221+207+63=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF3F is #2230C0. Grayscale: #C3C3C3. Windows color (decimal): -2240705 or 4181981. OLE color: 4181981.

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

Color convert

RGB 221 207 63 -
CMYK 0 0.06 0.71 0.13
HSL 54.68º 0.7% 0.56% -
HSV(B) 54.68º 0.71% 0.87% -
XYZ 53.03 60.36 13.56 -
YUV 194.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 221 207 63 0 0.06 0.71 0.13 54.68 0.7 0.56
Hex DD CF 3F 0 6 47 D 37 46 38
Octal 335 317 77 0 6 107 15 67 106 70
Binary 11011101 11001111 111111 0 110 1000111 1101 110111 1000110 111000

Color Harmonies of #DDCF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF3F

Black with #DDCF3F

Text Example


Text Example

White with #DDCF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF3F; }

 p { color: rgb(221,207,63); }

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

background-color css

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

 a { background-color: rgb(221,207,63); }

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

border-color css

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

 span { border-color: rgb(221,207,63); }

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