Html Css Color HEX #DDCF43 Confetti

📋 copy color: '#DDCF43'

red 221 ◦ green 207 ◦ blue 67

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

Shades of Confetti #DDCF43

Tints of Confetti #DDCF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.54%

R = 44.65%
G = 41.82%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDCF43 (or 0xDDCF43) is known color: Confetti. HEX triplet: DD, CF and 43. RGB value is (221,207,67). Sum of RGB (Red+Green+Blue) = 221+207+67=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 67 (26.56% from 255 or 13.54% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF43 is #2230BC. Grayscale: #C3C3C3. Windows color (decimal): -2240701 or 4444125. OLE color: 4444125.

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

Color convert

RGB 221 207 67 -
CMYK 0 0.06 0.70 0.13
HSL 54.55º 0.69% 0.56% -
HSV(B) 54.55º 0.7% 0.87% -
XYZ 53.14 60.4 14.17 -
YUV 195.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 221 207 67 0 0.06 0.70 0.13 54.55 0.69 0.56
Hex DD CF 43 0 6 46 D 37 45 38
Octal 335 317 103 0 6 106 15 67 105 70
Binary 11011101 11001111 1000011 0 110 1000110 1101 110111 1000101 111000

Color Harmonies of #DDCF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF43

Black with #DDCF43

Text Example


Text Example

White with #DDCF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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