Html Css Color HEX #DDBB45 Confetti

📋 copy color: '#DDBB45'

red 221 ◦ green 187 ◦ blue 69

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

Shades of Confetti #DDBB45

Tints of Confetti #DDBB45

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

 BLUE value IS 69 (27.34% from 255) = 14.47%

R = 46.33%
G = 39.2%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDBB45 (or 0xDDBB45) is known color: Confetti. HEX triplet: DD, BB and 45. RGB value is (221,187,69). Sum of RGB (Red+Green+Blue) = 221+187+69=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB45 is #2244BA. Grayscale: #B8B8B8. Windows color (decimal): -2245819 or 4570077. OLE color: 4570077.

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

Color convert

RGB 221 187 69 -
CMYK 0 0.15 0.69 0.13
HSL 46.58º 0.69% 0.57% -
HSV(B) 46.58º 0.69% 0.87% -
XYZ 48.66 51.34 12.98 -
YUV 183.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 221 187 69 0 0.15 0.69 0.13 46.58 0.69 0.57
Hex DD BB 45 0 F 45 D 2F 45 39
Octal 335 273 105 0 17 105 15 57 105 71
Binary 11011101 10111011 1000101 0 1111 1000101 1101 101111 1000101 111001

Color Harmonies of #DDBB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB45

Black with #DDBB45

Text Example


Text Example

White with #DDBB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB45; }

 p { color: rgb(221,187,69); }

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

background-color css

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

 a { background-color: rgb(221,187,69); }

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

border-color css

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

 span { border-color: rgb(221,187,69); }

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