Html Css Color HEX #DBC741 Confetti

📋 copy color: '#DBC741'

red 219 ◦ green 199 ◦ blue 65

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

Shades of Confetti #DBC741

Tints of Confetti #DBC741

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

 BLUE value IS 65 (25.78% from 255) = 13.46%

R = 45.34%
G = 41.2%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBC741 (or 0xDBC741) is known color: Confetti. HEX triplet: DB, C7 and 41. RGB value is (219,199,65). Sum of RGB (Red+Green+Blue) = 219+199+65=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC741 is #2438BE. Grayscale: #BEBEBE. Windows color (decimal): -2373823 or 4311003. OLE color: 4311003.

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

Color convert

RGB 219 199 65 -
CMYK 0 0.09 0.70 0.14
HSL 52.21º 0.68% 0.56% -
HSV(B) 52.21º 0.7% 0.86% -
XYZ 50.59 56.29 13.2 -
YUV 189.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 219 199 65 0 0.09 0.70 0.14 52.21 0.68 0.56
Hex DB C7 41 0 9 46 E 34 44 38
Octal 333 307 101 0 11 106 16 64 104 70
Binary 11011011 11000111 1000001 0 1001 1000110 1110 110100 1000100 111000

Color Harmonies of #DBC741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC741

Black with #DBC741

Text Example


Text Example

White with #DBC741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC741; }

 p { color: rgb(219,199,65); }

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

background-color css

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

 a { background-color: rgb(219,199,65); }

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

border-color css

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

 span { border-color: rgb(219,199,65); }

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