Html Css Color HEX #DBC448 Confetti

📋 copy color: '#DBC448'

red 219 ◦ green 196 ◦ blue 72

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

Shades of Confetti #DBC448

Tints of Confetti #DBC448

RGB

 RED value IS 219 (85.94% from 255) = 44.97%

 GREEN value IS 196 (76.95% from 255) = 40.25%

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 44.97%
G = 40.25%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBC448 (or 0xDBC448) is known color: Confetti. HEX triplet: DB, C4 and 48. RGB value is (219,196,72). Sum of RGB (Red+Green+Blue) = 219+196+72=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC448 is #243BB7. Grayscale: #BDBDBD. Windows color (decimal): -2374584 or 4768987. OLE color: 4768987.

HSL color Cylindrical-coordinate representation of color #DBC448: hue angle of 50.61º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBC448 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 72 -
CMYK 0 0.11 0.67 0.14
HSL 50.61º 0.67% 0.57% -
HSV(B) 50.61º 0.67% 0.86% -
XYZ 50.12 55.01 14.11 -
YUV 188.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 219 196 72 0 0.11 0.67 0.14 50.61 0.67 0.57
Hex DB C4 48 0 B 43 E 33 43 39
Octal 333 304 110 0 13 103 16 63 103 71
Binary 11011011 11000100 1001000 0 1011 1000011 1110 110011 1000011 111001

Color Harmonies of #DBC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC448

Black with #DBC448

Text Example


Text Example

White with #DBC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC448; }

 p { color: rgb(219,196,72); }

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

background-color css

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

 a { background-color: rgb(219,196,72); }

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

border-color css

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

 span { border-color: rgb(219,196,72); }

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