Html Css Color HEX #DDCB40 Confetti

📋 copy color: '#DDCB40'

red 221 ◦ green 203 ◦ blue 64

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

Shades of Confetti #DDCB40

Tints of Confetti #DDCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.6%

 BLUE value IS 64 (25.39% from 255) = 13.11%

R = 45.29%
G = 41.6%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDCB40 (or 0xDDCB40) is known color: Confetti. HEX triplet: DD, CB and 40. RGB value is (221,203,64). Sum of RGB (Red+Green+Blue) = 221+203+64=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB40 is #2234BF. Grayscale: #C1C1C1. Windows color (decimal): -2241728 or 4246493. OLE color: 4246493.

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

Color convert

RGB 221 203 64 -
CMYK 0 0.08 0.71 0.13
HSL 53.12º 0.7% 0.56% -
HSV(B) 53.12º 0.71% 0.87% -
XYZ 52.1 58.45 13.39 -
YUV 192.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 221 203 64 0 0.08 0.71 0.13 53.12 0.7 0.56
Hex DD CB 40 0 8 47 D 35 46 38
Octal 335 313 100 0 10 107 15 65 106 70
Binary 11011101 11001011 1000000 0 1000 1000111 1101 110101 1000110 111000

Color Harmonies of #DDCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB40

Black with #DDCB40

Text Example


Text Example

White with #DDCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB40; }

 p { color: rgb(221,203,64); }

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

background-color css

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

 a { background-color: rgb(221,203,64); }

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

border-color css

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

 span { border-color: rgb(221,203,64); }

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