Html Css Color HEX #DBC645 Confetti

📋 copy color: '#DBC645'

red 219 ◦ green 198 ◦ blue 69

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

Shades of Confetti #DBC645

Tints of Confetti #DBC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 45.06%
G = 40.74%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC645 (or 0xDBC645) is known color: Confetti. HEX triplet: DB, C6 and 45. RGB value is (219,198,69). Sum of RGB (Red+Green+Blue) = 219+198+69=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC645 is #2439BA. Grayscale: #BEBEBE. Windows color (decimal): -2374075 or 4572891. OLE color: 4572891.

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

Color convert

RGB 219 198 69 -
CMYK 0 0.10 0.68 0.14
HSL 51.6º 0.68% 0.56% -
HSV(B) 51.6º 0.68% 0.86% -
XYZ 50.48 55.88 13.76 -
YUV 189.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 219 198 69 0 0.10 0.68 0.14 51.6 0.68 0.56
Hex DB C6 45 0 A 44 E 34 44 38
Octal 333 306 105 0 12 104 16 64 104 70
Binary 11011011 11000110 1000101 0 1010 1000100 1110 110100 1000100 111000

Color Harmonies of #DBC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC645

Black with #DBC645

Text Example


Text Example

White with #DBC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC645; }

 p { color: rgb(219,198,69); }

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

background-color css

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

 a { background-color: rgb(219,198,69); }

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

border-color css

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

 span { border-color: rgb(219,198,69); }

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