Html Css Color HEX #DFBB45 Confetti

📋 copy color: '#DFBB45'

red 223 ◦ green 187 ◦ blue 69

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

Shades of Confetti #DFBB45

Tints of Confetti #DFBB45

RGB

 RED value IS 223 (87.5% from 255) = 46.56%

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

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

R = 46.56%
G = 39.04%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DFBB45 (or 0xDFBB45) is known color: Confetti. HEX triplet: DF, BB and 45. RGB value is (223,187,69). Sum of RGB (Red+Green+Blue) = 223+187+69=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB45 is #2044BA. Grayscale: #B8B8B8. Windows color (decimal): -2114747 or 4570079. OLE color: 4570079.

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

Color convert

RGB 223 187 69 -
CMYK 0 0.16 0.69 0.13
HSL 45.97º 0.71% 0.57% -
HSV(B) 45.97º 0.69% 0.87% -
XYZ 49.28 51.66 13 -
YUV 184.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 223 187 69 0 0.16 0.69 0.13 45.97 0.71 0.57
Hex DF BB 45 0 10 45 D 2E 47 39
Octal 337 273 105 0 20 105 15 56 107 71
Binary 11011111 10111011 1000101 0 10000 1000101 1101 101110 1000111 111001

Color Harmonies of #DFBB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB45

Black with #DFBB45

Text Example


Text Example

White with #DFBB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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