Html Css Color HEX #DDCB52 Confetti

📋 copy color: '#DDCB52'

red 221 ◦ green 203 ◦ blue 82

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

Shades of Confetti #DDCB52

Tints of Confetti #DDCB52

RGB

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

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

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

R = 43.68%
G = 40.12%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDCB52 (or 0xDDCB52) is known color: Confetti. HEX triplet: DD, CB and 52. RGB value is (221,203,82). Sum of RGB (Red+Green+Blue) = 221+203+82=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB52 is #2234AD. Grayscale: #C3C3C3. Windows color (decimal): -2241710 or 5426141. OLE color: 5426141.

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

Color convert

RGB 221 203 82 -
CMYK 0 0.08 0.63 0.13
HSL 52.23º 0.67% 0.59% -
HSV(B) 52.23º 0.63% 0.87% -
XYZ 52.7 58.69 16.53 -
YUV 194.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 221 203 82 0 0.08 0.63 0.13 52.23 0.67 0.59
Hex DD CB 52 0 8 3F D 34 43 3B
Octal 335 313 122 0 10 77 15 64 103 73
Binary 11011101 11001011 1010010 0 1000 111111 1101 110100 1000011 111011

Color Harmonies of #DDCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB52

Black with #DDCB52

Text Example


Text Example

White with #DDCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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