Html Css Color HEX #DDCF4A Confetti

📋 copy color: '#DDCF4A'

red 221 ◦ green 207 ◦ blue 74

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

Shades of Confetti #DDCF4A

Tints of Confetti #DDCF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.74%

R = 44.02%
G = 41.24%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDCF4A (or 0xDDCF4A) is known color: Confetti. HEX triplet: DD, CF and 4A. RGB value is (221,207,74). Sum of RGB (Red+Green+Blue) = 221+207+74=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF4A is #2230B5. Grayscale: #C4C4C4. Windows color (decimal): -2240694 or 4902877. OLE color: 4902877.

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

Color convert

RGB 221 207 74 -
CMYK 0 0.06 0.67 0.13
HSL 54.29º 0.68% 0.58% -
HSV(B) 54.29º 0.67% 0.87% -
XYZ 53.37 60.49 15.34 -
YUV 196.02 59.14 145.81 -
System Red Green Blue C M Y K H S L
Decimal 221 207 74 0 0.06 0.67 0.13 54.29 0.68 0.58
Hex DD CF 4A 0 6 43 D 36 44 3A
Octal 335 317 112 0 6 103 15 66 104 72
Binary 11011101 11001111 1001010 0 110 1000011 1101 110110 1000100 111010

Color Harmonies of #DDCF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF4A

Black with #DDCF4A

Text Example


Text Example

White with #DDCF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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