Html Css Color HEX #DDCB42 Confetti

📋 copy color: '#DDCB42'

red 221 ◦ green 203 ◦ blue 66

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

Shades of Confetti #DDCB42

Tints of Confetti #DDCB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.47%

R = 45.1%
G = 41.43%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDCB42 (or 0xDDCB42) is known color: Confetti. HEX triplet: DD, CB and 42. RGB value is (221,203,66). Sum of RGB (Red+Green+Blue) = 221+203+66=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB42 is #2234BD. Grayscale: #C1C1C1. Windows color (decimal): -2241726 or 4377565. OLE color: 4377565.

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

Color convert

RGB 221 203 66 -
CMYK 0 0.08 0.70 0.13
HSL 53.03º 0.7% 0.56% -
HSV(B) 53.03º 0.7% 0.87% -
XYZ 52.16 58.48 13.69 -
YUV 192.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 221 203 66 0 0.08 0.70 0.13 53.03 0.7 0.56
Hex DD CB 42 0 8 46 D 35 46 38
Octal 335 313 102 0 10 106 15 65 106 70
Binary 11011101 11001011 1000010 0 1000 1000110 1101 110101 1000110 111000

Color Harmonies of #DDCB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB42

Black with #DDCB42

Text Example


Text Example

White with #DDCB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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