Html Css Color HEX #DDCB58 Confetti

📋 copy color: '#DDCB58'

red 221 ◦ green 203 ◦ blue 88

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

Shades of Confetti #DDCB58

Tints of Confetti #DDCB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 43.16%
G = 39.65%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDCB58 (or 0xDDCB58) is known color: Confetti. HEX triplet: DD, CB and 58. RGB value is (221,203,88). Sum of RGB (Red+Green+Blue) = 221+203+88=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB58 is #2234A7. Grayscale: #C3C3C3. Windows color (decimal): -2241704 or 5819357. OLE color: 5819357.

HSL color Cylindrical-coordinate representation of color #DDCB58: hue angle of 51.88º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDCB58 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 88 -
CMYK 0 0.08 0.60 0.13
HSL 51.88º 0.66% 0.61% -
HSV(B) 51.88º 0.6% 0.87% -
XYZ 52.94 58.79 17.79 -
YUV 195.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 221 203 88 0 0.08 0.60 0.13 51.88 0.66 0.61
Hex DD CB 58 0 8 3C D 34 42 3D
Octal 335 313 130 0 10 74 15 64 102 75
Binary 11011101 11001011 1011000 0 1000 111100 1101 110100 1000010 111101

Color Harmonies of #DDCB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB58

Black with #DDCB58

Text Example


Text Example

White with #DDCB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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