Html Css Color HEX #DBCE4B Confetti

📋 copy color: '#DBCE4B'

red 219 ◦ green 206 ◦ blue 75

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

Shades of Confetti #DBCE4B

Tints of Confetti #DBCE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 75 (29.69% from 255) = 15%

R = 43.8%
G = 41.2%
B = 15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBCE4B (or 0xDBCE4B) is known color: Confetti. HEX triplet: DB, CE and 4B. RGB value is (219,206,75). Sum of RGB (Red+Green+Blue) = 219+206+75=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE4B is #2431B4. Grayscale: #C3C3C3. Windows color (decimal): -2372021 or 4968155. OLE color: 4968155.

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

Color convert

RGB 219 206 75 -
CMYK 0 0.06 0.66 0.14
HSL 54.58º 0.67% 0.58% -
HSV(B) 54.58º 0.66% 0.86% -
XYZ 52.55 59.71 15.41 -
YUV 194.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 219 206 75 0 0.06 0.66 0.14 54.58 0.67 0.58
Hex DB CE 4B 0 6 42 E 37 43 3A
Octal 333 316 113 0 6 102 16 67 103 72
Binary 11011011 11001110 1001011 0 110 1000010 1110 110111 1000011 111010

Color Harmonies of #DBCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE4B

Black with #DBCE4B

Text Example


Text Example

White with #DBCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE4B; }

 p { color: rgb(219,206,75); }

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

background-color css

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

 a { background-color: rgb(219,206,75); }

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

border-color css

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

 span { border-color: rgb(219,206,75); }

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